Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
15
mods/.cleaner/settings.lua
Normal file
15
mods/.cleaner/settings.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
--- Cleaner Settings
|
||||
--
|
||||
-- @topic settings
|
||||
|
||||
|
||||
--- Enables unsafe methods & chat commands.
|
||||
--
|
||||
-- - `cleaner.remove_ore`
|
||||
-- - `/remove_ores`
|
||||
--
|
||||
-- @setting cleaner.unsafe
|
||||
-- @settype bool
|
||||
-- @default false
|
||||
cleaner.unsafe = core.settings:get_bool("cleaner.unsafe", false)
|
Loading…
Add table
Add a link
Reference in a new issue