Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Fix NPE with furnace minecart with NBT data
Dieser Commit ist enthalten in:
Ursprung
c31bd456f6
Commit
cb864b3c98
@ -567,6 +567,7 @@ public class ItemRegistryPopulator {
|
||||
.bedrockData(0)
|
||||
.bedrockBlockId(-1)
|
||||
.stackSize(1)
|
||||
.customItemOptions(Object2IntMaps.emptyMap()) // TODO check for custom items with furnace minecart
|
||||
.build());
|
||||
|
||||
creativeItems.add(ItemData.builder()
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren