diff --git a/init.lua b/init.lua index eaa5661..d99662e 100644 --- a/init.lua +++ b/init.lua @@ -24,14 +24,6 @@ local modpath = core.get_modpath(core.get_current_modname()) emeraldbank = {} - -emeraldbank.player_inv = "list[current_player;main;0,4.5;9,3;9]".. - mcl_formspec.get_itemslot_bg(0,4.5,9,3).. - "list[current_player;main;0,7.74;9,1;]".. - mcl_formspec.get_itemslot_bg(0,7.74,9,1).. - "listring[current_player;main]" - - local income_enabled = core.settings:get_bool("emeraldbank.income_enabled", true) if income_enabled then @@ -39,5 +31,5 @@ if income_enabled then end dofile(modpath .. "/bank.lua") -dofile(modpath .. "/shop.lua") +-- dofile(modpath .. "/shop.lua") dofile(modpath .. "/commands.lua")