Add GENERIC fallback for block value types with an ID of 0.

This commit is contained in:
Steveice10 2018-09-01 11:24:52 -07:00
parent 54b4e47225
commit d9700732cc

View file

@ -750,6 +750,7 @@ public class MagicValues {
register(EndGatewayValueType.TRIGGER_BEAM, 1);
register(GenericBlockValueType.GENERIC, 0);
register(GenericBlockValueType.GENERIC, 1);
register(PistonValue.DOWN, 0);