mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-21 15:59:32 +00:00
Should probably call super on this too
This commit is contained in:
@@ -46,6 +46,7 @@ public class CommandBlockMinecartEntity extends DefaultBlockMinecartEntity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void initializeMetadata() {
|
protected void initializeMetadata() {
|
||||||
|
super.initializeMetadata();
|
||||||
// Required, or else the GUI will not open
|
// Required, or else the GUI will not open
|
||||||
dirtyMetadata.put(EntityData.CONTAINER_TYPE, (byte) 16);
|
dirtyMetadata.put(EntityData.CONTAINER_TYPE, (byte) 16);
|
||||||
dirtyMetadata.put(EntityData.CONTAINER_BASE_SIZE, 1);
|
dirtyMetadata.put(EntityData.CONTAINER_BASE_SIZE, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user