You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the latest alpha version of Structurize for my Minecraft version.
I am also running the latest versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
I checked the MineColonies/Structurize Wiki or I asked on discord.
Minecraft Version
1.20
Structurize Version
737-beta
MineColonies Version (if related bug)
n/a
Related Mods and their Versions
n/a
Current Behavior
replacing any block with a leaf block is not setting the leaf block as persistent.
Expected Behavior
well..the opposite of what it is doing. replacing a block with a leaf block should set the leaf block as persistent.
Reproduction Steps
go to dark oak treehouse dyer/tavern on schem server. replace leaf blocks with bedrock, replace bedrock with leaf block and see they are still not persistent.
Logs
n/a
Anything else?
n/a
Footer
Viewers
Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
Add a comment if you have any insights or background information that isn't already part of the conversation.
n/a
The text was updated successfully, but these errors were encountered:
This is generally problem of the replacement itself, on low level like now it should be just best-guess swap, but it's missing high level where user can modify blockstate properties like persistent
This is generally problem of the replacement itself, on low level like now it should be just best-guess swap, but it's missing high level where user can modify blockstate properties like persistent
yeah. but it makes schematic fixes a LOT more difficult when you have 1200 leaf blocks to manually replace across a single building (all 5 levels)
If you replace already-persistent leaves with another leaf type, it should work. It's only if you replace leaves to a different block type and then back to leaves that you will lose the persistent flag. This is the same as other blockstate properties at present.
Is there an existing issue for this?
Are you using the latest Structurize Version?
I am also running the latest versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
Minecraft Version
1.20
Structurize Version
737-beta
MineColonies Version (if related bug)
n/a
Related Mods and their Versions
n/a
Current Behavior
replacing any block with a leaf block is not setting the leaf block as persistent.
Expected Behavior
well..the opposite of what it is doing. replacing a block with a leaf block should set the leaf block as persistent.
Reproduction Steps
go to dark oak treehouse dyer/tavern on schem server. replace leaf blocks with bedrock, replace bedrock with leaf block and see they are still not persistent.
Logs
n/a
Anything else?
n/a
Footer
Viewers
n/a
The text was updated successfully, but these errors were encountered: