. . . Posted June 23, 2023 Share Posted June 23, 2023 (edited) It really ruins my immersion and unfortunately I have no experience with worldgen Edited June 23, 2023 by . . . Link to comment https://forums.kleientertainment.com/forums/topic/148682-solved-does-anyone-know-a-mod-or-can-help-me-to-disable-the-crockpot-setpiece-that-spawn-randomly-around-the-world-with-cooking-cards-around-them/ Share on other sites More sharing options...
IronHunter Posted June 23, 2023 Share Posted June 23, 2023 local boons = require("map/boons") if boons then boons.Sandbox.Any.CookingBoon = nil end I tested this inside my modworldgenmain.lua file 1 Link to comment https://forums.kleientertainment.com/forums/topic/148682-solved-does-anyone-know-a-mod-or-can-help-me-to-disable-the-crockpot-setpiece-that-spawn-randomly-around-the-world-with-cooking-cards-around-them/#findComment-1643260 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now