supply camp items in chests with supply loot set to false in config
MacChuck opened this issue · 4 comments
Is there an existing issue for this?
- I have searched the existing issues
Are you using the latest MineColonies Version?
- I am running the latest alpha version of MineColonies for my Minecraft version.
I am also running the latest (possible) 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. Or I was sent from discord to open an issue here.
Minecraft Version
1.18
MineColonies Version
1.18.2-1.0.754-ALPHA
Structurize Version
1.18.2-1.0.399-RELEASE
Related Mods and their Versions
FTB Pack, direwolf 20 1.12, pack version 1.2.0
Current Behavior
"SupplyCamp Chest - free" is spawning in dungeon treasure chests even with the following config setting applied. This is on a fresh world with the configuration file in place before the chunks were generated.
world/serverconfig/minecolonies-server.toml
generatesupplyloot = false
Expected Behavior
Supply camp items shouldn't be appearing in dungeon loot
Reproduction Steps
Change generatesupplyloot from true to false in the server config file.
Explore new chunks until a new dungeon is found.
Check loot.
Logs
which log?
Anything else?
No response
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.
You would need to put that setting in a copy of the minecolonies server config in the "defaultconfigs" folder before you create a new world.
Otherwise, when you set that option to false, it will only apply to dungeon chests in unexplored terrain.
That said, I thought this config option was supposed to be moved to the common config a while ago