mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2025-01-10 15:27:31 +01:00
shops to buy items dont keep emeralds in owner bank account
This commit is contained in:
parent
dac343c284
commit
a4f07ddba8
@ -1469,7 +1469,9 @@ player_depo.tiles = {
|
|||||||
"player_depo.png^mcl_core_emerald.png", "player_depo.png^mcl_core_emerald.png",
|
"player_depo.png^mcl_core_emerald.png", "player_depo.png^mcl_core_emerald.png",
|
||||||
"player_depo.png^mcl_core_emerald.png", "player_depo_front.png",
|
"player_depo.png^mcl_core_emerald.png", "player_depo_front.png",
|
||||||
}
|
}
|
||||||
|
player_depo.on_timer = function(pos, elapsed)
|
||||||
|
core.get_node_timer(pos):start(shop_timer)
|
||||||
|
end
|
||||||
player_depo.groups.not_in_creative_inventory = 1
|
player_depo.groups.not_in_creative_inventory = 1
|
||||||
|
|
||||||
local admin_vendor = table.copy(vendor_template)
|
local admin_vendor = table.copy(vendor_template)
|
||||||
|
Loading…
Reference in New Issue
Block a user