Item ID's don't match configured IDs
KindarConrath opened this issue ยท 4 comments
Minecraft: 1.6.2
Forge: 9.10.0.829
Buildcraft: 4.0.1.23.340
(also installed, CCC & NEI)
ItemID's are all 256 above what is in the config file.
net.minecraft.item.Item.java:
public Item(int par1)
{
this.itemID = 256 + par1;
This is not a bug, and it does not come from buildcraft.
I realize that it is a minecraft base thing, it could however be remedied. Thus why I posted it as a bug, all MC mod devs have to deal with that, thus why I reported it here.