forked from Mirrorlandia_minetest/emeraldbank
enable craft by default
This commit is contained in:
parent
540e1e7984
commit
6347740637
2
init.lua
2
init.lua
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
local S = core.get_translator(core.get_current_modname())
|
local S = core.get_translator(core.get_current_modname())
|
||||||
|
|
||||||
local bankcraft = core.settings:get_bool("emeraldbank_craft")
|
local bankcraft = core.settings:get_bool("emeraldbank_craft") or true
|
||||||
|
|
||||||
emeraldbank = {}
|
emeraldbank = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user