Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Should probably call super on this too
Dieser Commit ist enthalten in:
Ursprung
1b4be6135a
Commit
b93b35b432
@ -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);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren