[1.16.5] items placed by Building Gadgets are placed with waterlog set to true
b52src opened this issue ยท 4 comments
items placed by Building Gadgets are placed with waterlog set to true Items i specifically noticed ate windows, roof, all the lights and the beams as well. building Gadgets is looking at a workaround but may be due to the default state of the block placed reference this issue: Direwolf20-MC/BuildingGadgets/issues/579
so right now if i try to paste a building it is literally crying: https://i.imgur.com/C7acirl.jpg
Hi, oh that looks like a lot of Sponge work ;/. Without looking at the code now - it's very likely a construction tag preventing the default state to be correct.
Yepp, "copy-paste" bug in the lib, state container base state instead of super.getDefaultState()
. Fixed and scheduled, likely pushed this weekend. Cheers!