dannydjdk / Tiny-Redstone

Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
https://www.curseforge.com/minecraft/mc-mods/tiny-redstone
GNU General Public License v3.0
27 stars 5 forks source link

Panel item stacking issue #109

Closed dannydjdk closed 1 year ago

dannydjdk commented 1 year ago

Newly crafted panels do not stack with empty panels that have been placed in world. This is because, once a panel is placed, its NBT data changes. So, either a newly crafted panel has to have the same NBT as an empty placed panel, or an empty panel that still has the default color should clear its NBT when picked up. The latter probably makes more sense.

dannydjdk commented 1 year ago

Released in latest versions for Minecraft 1.16.5, 1.18.2, 1.19-1.19.3.