Jump to content

[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?


Recommended Posts

local boons = require("map/boons")
if boons then
	boons.Sandbox.Any.CookingBoon = nil
end

I tested this inside my modworldgenmain.lua file

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...