add components to glowstone

This commit is contained in:
Pyritie 2026-01-05 13:57:22 +00:00
parent 423aec9291
commit 420d8a85bf

View file

@ -460,6 +460,7 @@ const registerGTCEuMaterialModification = (event) => {
zirconium_diboride.setProperty(PropertyKey.BLAST, new $BLAST_PROPERTY(4500, "high", GTValues.VA[GTValues.EV], 2700, GTValues.VA[GTValues.HV], 12.5*20));
GTMaterials.CertusQuartz.setComponents('1x unknown', '1x silicon', '2x oxygen')
GTMaterials.Glowstone.setComponents('1x gold', '1x redstone')
GTMaterials.GraniteRed.setComponents([])
GTMaterials.GraniteRed.setFormula("?")
GTMaterials.Thorium.setFormula('ThO2')