allow BLOCK name or DROP name to be integer value (eg. new blocks)
Zarius opened this issue ยท 1 comments
New blocks (eg. itemCraft) do not use enums. Allowing block and drop to contain integer values checked against getTypeId() should allow these blocks/items to be used.
I've already coded in support for the integer but this gets handled and compared internally as an enum. Need to change the compare routines in OtherBlocksContainer and the synonym stuff in CommonMaterial needs to work internally with type id's.