The-Acronym-Coders / BASE

The Central Repo For The B.A.S.E Project
16 stars 13 forks source link

[BUG] Registereds material not showing in 1.3.0 #48

Closed Slater022 closed 7 years ago

Slater022 commented 7 years ago

image

Material.zs : import com.acronym.base.IMaterialType;

var osmium = mods.base.Materials.getOrRegister("osmium", 20, 9090A3, false);

osmium.registerNugget(); osmium.registerIngot(); osmium.registerDust(); osmium.registerGear(); osmium.registerPlate(); osmium.registerOre(3, 15, "pickaxe", 3); osmium.registerPoorOre(3, 15, "pickaxe", 3); osmium.registerBlock(5, 30, "pickaxe", 3);

Slater022 commented 7 years ago

But showing when i do a research image

SkySom commented 7 years ago

Should be fixed both for V1 and V2 of the Material System