3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-05 01:11:08 +02:00

Fix NPE with furnace minecart with NBT data

Dieser Commit ist enthalten in:
Camotoy 2022-09-30 21:21:37 -04:00
Ursprung c31bd456f6
Commit cb864b3c98

Datei anzeigen

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