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
The desired config of Example A reverts to the undesired config of Example B after launching the mod. And the missing structures from the config still generate in the world.
Example A:
#If enabled will output to the debug.log when a structure is disabled.
"Enable Debug" = false
#This list defines the structures that should be disabled from generating.
"Disabled Structures" = ["minecraft:ancient_city", "minecraft:ruined_portal", "minecraft:trail_ruins", "minecraft:shipwreck"]
Example B:
#If enabled will output to the debug.log when a structure is disabled.
"Enable Debug" = false
#This list defines the structures that should be disabled from generating.
"Disabled Structures" = ["minecraft:ruined_portal", "minecraft:shipwreck"]
The text was updated successfully, but these errors were encountered:
catgamerMinecraft
changed the title
[1.19.2] unable to ancient cities and other structures
[1.19.2] unable to disable ancient cities and other structures
Nov 7, 2024
The desired config of Example A reverts to the undesired config of Example B after launching the mod. And the missing structures from the config still generate in the world.
Example A:
Example B:
The text was updated successfully, but these errors were encountered: