Problem with Ender IO

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

EpicHamster

New Member
Jul 29, 2019
3
0
0
any1 knows . i added to modpack ender IO mod. and when i want to craft alloy smelter it requires from me yellow/orange buckets. that are called Unnamed and crafting recipe is only with minium stone which doesnt work anyway cause when i put all items i cant "get out" these buckets from the crafting product window. ;( any1 knows how to fix this? plus i seen mods spotlights it was using industrial binding or something like that and i have totally diffrent recipes for items :/
 
yea but i have no idea how to change it. for example in game that weird unnamed bucket has id lets say 32000 but in config i take it as it was industrial grinder and it has id 31700 so diffrent than in mc. and when i look for anything else that has 32000 there is no such id in the config of IO
 
The item IDs are shifted by 256. Subtract 256 from the value NEI shows you to get the values of the config files.
Code:
    I:"enderIO:itemMaterial"=31736
This works for me.
 
  • Like
Reactions: EpicHamster
yaaaay ok industrial binder is working. now only one question when im crafting stirling generator it requires apiarist advanced pipe . is that correct too or there is error ? same for capacitors.
 
What version of Minecraft are you using this with? The reason I ask is because I am using "IDFix" for 1.6.2 and the mod works wonders for auto-ironing out ID Conflicts.