3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Should probably call super on this too

Dieser Commit ist enthalten in:
Camotoy 2023-01-01 14:35:16 -05:00
Ursprung 1b4be6135a
Commit b93b35b432
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -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);