Storage Drawers

Storage Drawers

193M Downloads

Drawer and Upgrade Duplication

UnWantedRay opened this issue ยท 1 comments

commented

Users in the Server have noticed that when crafting a stack of Drawers with a stack of upgrades, the result is a lot more drawers and upgrades then was originally used. 1 Drawer used, 1 Upgrade used > Recipe Returns; 10 Drawers + 9 Upgrades.

Mod Version: 13.8.6
Neoforge Version: 21.1.179
Total Mods Installed: 222

// Server Console Error
[22:04:35] [Server thread/ERROR] [minecraft/Util]: Error saving [4 storagedrawers:oak_half_drawers_1]. Original cause: java.lang.IllegalStateException: Missing id for entity in: {Upgrades:[{Slot:0b,count:1,id:"storagedrawers:emerald_storage_upgrade"}]}
With components:
{
minecraft:block_entity_data=>{Upgrades:[{Slot:0b,count:1,id:"storagedrawers:emerald_storage_upgrade"}]}
minecraft:max_stack_size=>64
minecraft:lore=>ItemLore[lines=[], styledLines=[]]
minecraft:enchantments=>ItemEnchantments{enchantments={}, showInTooltip=true}
minecraft:repair_cost=>0
minecraft:attribute_modifiers=>ItemAttributeModifiers[modifiers=[], showInTooltip=true]
minecraft:rarity=>COMMON
}
With tag: {Slot:5b}
[22:04:35] [Server thread/WARN] [minecraft/PlayerDataStorage]: Failed to save player data for UnWantedRay
[22:04:35] [Server thread/ERROR] [minecraft/Util]: Error saving [10 storagedrawers:oak_half_drawers_1]. Original cause: java.lang.IllegalStateException: Missing id for entity in: {Upgrades:[{Slot:0b,count:1,id:"storagedrawers:emerald_storage_upgrade"}]}
With components:
{
minecraft:block_entity_data=>{Upgrades:[{Slot:0b,count:1,id:"storagedrawers:emerald_storage_upgrade"}]}
minecraft:max_stack_size=>64
minecraft:lore=>ItemLore[lines=[], styledLines=[]]
minecraft:enchantments=>ItemEnchantments{enchantments={}, showInTooltip=true}
minecraft:repair_cost=>0
minecraft:attribute_modifiers=>ItemAttributeModifiers[modifiers=[], showInTooltip=true]
minecraft:rarity=>COMMON
}
With tag: {Slot:8b}
[22:04:35] [Server thread/WARN] [minecraft/PlayerDataStorage]: Failed to save player data for Mesmerizer_Teto

commented

I can't reproduce this in current versions. The error you included should have been fixed in 13.8.8 released on June 29, though there are newer versions since then.