OtherDrops

226k Downloads

allow BLOCK name or DROP name to be integer value (eg. new blocks)

Zarius opened this issue ยท 1 comments

commented

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.

commented

Implemented in 0.9.9 (works for block and drop values) - adding separate issue for tools.