foxynotail / create-storage-mod-fabric

Create Storage Mod
https://www.curseforge.com/minecraft/mc-mods/create-storage
GNU General Public License v3.0
14 stars 11 forks source link

storage box schematic #5

Open turbogame19 opened 3 months ago

turbogame19 commented 3 months ago

2024-06-08_18 15 45

when you place the storge box with the schematic you get the buggy version of the storge box and when you set it in void mode the game crashes the same thing happens when you try to scroll

2024-06-08_19 14 33 so as you can see the storage box has less item slots

crash report void mode crash-2024-06-08_18.21.43-server.txt

crash report scroll crash-2024-06-08_18.16.32-client.txt

skippyall commented 3 months ago

By default, the schematicannon clears the data of placed block entities. You can implement IPartialSafeNBT on the BlockEntity and copy everything except items over in writeSafe