Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-27 08:30:12 +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)
|
.bedrockData(0)
|
||||||
.bedrockBlockId(-1)
|
.bedrockBlockId(-1)
|
||||||
.stackSize(1)
|
.stackSize(1)
|
||||||
|
.customItemOptions(Object2IntMaps.emptyMap()) // TODO check for custom items with furnace minecart
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
creativeItems.add(ItemData.builder()
|
creativeItems.add(ItemData.builder()
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren