Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

Framing table invalid meta<->state conversion

LemADEC opened this issue ยท 0 comments

commented

As of StorageDrawers-1.12.2-5.3.8, the Framing table doesn't convert properly to/from metadata values.
https://github.com/jaquadro/StorageDrawers/blob/1.12/src/com/jaquadro/minecraft/storagedrawers/block/BlockFramingTable.java#L194 here the "right_side" is true when metadata is lower than 8.
https://github.com/jaquadro/StorageDrawers/blob/1.12/src/com/jaquadro/minecraft/storagedrawers/block/BlockFramingTable.java#L199 here the "right_side" implies metadata is higher than 8.