2
I'd like to be able to waterlog a large amounts of blocks in one single fill command, but no vanilla command seems to allow you to do that. The /fill replace #air command isn't working, the /data merge block cannot change the {IsWaterlogged} NBT on blocks and i'm starting to get fed up of it. Is there any solution that wouldn't have me make 50 command blocks to check for every block i want to waterlog/dry out? Has anyone ever created a datapack to implement this command?
5
Can't you just use the debug stick?
I want to automate the process using command blocks, and i have a minimum of 9x9x9 blocks to waterlog. The debug stick isn't an option.
What about something like "/fill ~ ~ ~ 9 9 9 oak_slab[waterlogged=true]"?
I can't do every block individually. I would have to check for 4 types of slab (up and down) 4 types of stairs in all shapes and configurations, which would make me create over 200 command blocks for each one.
Then it would be
Use https://mcstacker.net/ for the other possible combinations
/fill ~ ~ ~ ~ ~ ~ oak_slab[type=top,waterlogged=true] replace oak_slab[type=top]Use https://mcstacker.net/ for the other possible combinations
