mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-28 10:23:52 +01:00
Using core.settings to toggle chisel
This commit is contained in:
parent
3792b2bff8
commit
22f8440df5
@ -1,6 +1,6 @@
|
||||
stripped_tree = {}
|
||||
--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")
|
||||
|
||||
--Function to verify that stripped tree trunk exists
|
||||
|
Loading…
Reference in New Issue
Block a user