Mystical Agriculture

Mystical Agriculture

86M Downloads

Empty Stack for enderio Recipys

tyler489 opened this issue ยท 2 comments

commented

https://gyazo.com/a12f845a49927b5ba1540dbddd065004 Viberent alloy redstone alloy and energetic alloy all appear that way with no ingots. This is using the 1.11 beta builds
Im Guessing its because

if(ModChecker.ENDERIO){
try {
Item item = getItem("EnderIO:itemAlloy");
itemEnderIOAlloys = item;
} catch(Throwable e){
e.printStackTrace();
}
}
Has Changed
Speaking to the enderio devs they said it would be best to look for net.minecraftforge.oredict.OreDictionary.getOres("ingotElectricalSteel")

commented

Don't remember why I used the item IDs for those, might not have had oredict names back then.

commented

Can u push an update for this? Would like to see it fixed on my server