mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2024-12-23 06:32:25 +01:00
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