mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-23 07:16:39 +01:00
Fix NPE with furnace minecart with NBT data
This commit is contained in:
parent
c31bd456f6
commit
cb864b3c98
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue