mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Add GENERIC fallback for block value types with an ID of 0.
This commit is contained in:
parent
54b4e47225
commit
d9700732cc
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ public class MagicValues {
|
|||
|
||||
register(EndGatewayValueType.TRIGGER_BEAM, 1);
|
||||
|
||||
register(GenericBlockValueType.GENERIC, 0);
|
||||
register(GenericBlockValueType.GENERIC, 1);
|
||||
|
||||
register(PistonValue.DOWN, 0);
|
||||
|
|
Loading…
Reference in a new issue