mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-02 16:10:44 +02:00
invsaw
This commit is contained in:
7
invsaw/settings.lua
Normal file
7
invsaw/settings.lua
Normal file
@ -0,0 +1,7 @@
|
||||
local s = minetest.settings
|
||||
|
||||
invsaw.settings = {
|
||||
priv = s:get("invsaw.priv") or "interact",
|
||||
creative_priv = s:get("invsaw.creative_priv") or "creative",
|
||||
saw_item = s:get("invsaw.saw_item") or "stairsplus:circular_saw"
|
||||
}
|
Reference in New Issue
Block a user