B.A.S.E

B.A.S.E

46M Downloads

[BUG] Registereds material not showing in 1.3.0

Slater022 opened this issue ยท 2 comments

commented

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);

commented

But showing when i do a research
image

commented

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