Merge pull request #20 from HeyITGuyFixIt/patch-2
Use Minetest Settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
stripped_tree = {}
|
stripped_tree = {}
|
||||||
--Select between chisel tool or axes.
|
--Select between chisel tool or axes.
|
||||||
stripped_tree.ENABLE_CHISEL = true
|
stripped_tree.ENABLE_CHISEL = core.settings:get_bool"stripped_tree_enable_chisel"
|
||||||
local creative_mode = minetest.settings:get_bool("creative_mode")
|
local creative_mode = minetest.settings:get_bool("creative_mode")
|
||||||
|
|
||||||
--Function to verify that stripped tree trunk exists
|
--Function to verify that stripped tree trunk exists
|
||||||
|
|||||||
2
settingstypes.txt
Normal file
2
settingstypes.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Choose between using axes or chisels to get the stripped trees
|
||||||
|
stripped_tree_enable_chisel (Enable Chisel) bool true
|
||||||
Reference in New Issue
Block a user