-
Notifications
You must be signed in to change notification settings - Fork 1
Utility
Saelora edited this page May 21, 2021
·
2 revisions
Utility processors are mostly there to fix things or handle things.
Read more about Random Type here.
Code by of @TelepathicGrunt
The waterlogging fix is a fix to a bug introduced in vanilla minecraft. Waterloggable blocks in a location where water used to be will spawn in as waterlogged, even when not in the original structure.
Applying this will fix that.
-
processor_type
: "structure_toolkit:waterlogging_fix"
Just put this as the first processor and things will be fixed.
Might have some unforeseen circumstances if you have an actual waterlogged block as well. Report any issues on the issues page.
Fingers crossed for Mojang to fix this.
{
"processor_type": "structure_toolkit:waterlogging_fix"
}