mirror of
https://github.com/MinetestForFun/minercantile.git
synced 2025-07-01 15:50:24 +02:00
change default shop monnaie
rewrite buy formspec add total count transactions in welcome formspec rename wear textures fix wrong price convertion
This commit is contained in:
4
init.lua
4
init.lua
@ -13,7 +13,9 @@ minercantile.stock = {} -- table saved money, items list
|
||||
minercantile.shop = {}
|
||||
minercantile.shop.items_inventory = {}
|
||||
minercantile.stock.items = {}
|
||||
minercantile.stock.money = 100000
|
||||
minercantile.stock.money = 800000
|
||||
minercantile.stock.transac_b = 0
|
||||
minercantile.stock.transac_s = 0
|
||||
|
||||
--functions specific to wallet
|
||||
minercantile.wallet = {}
|
||||
|
Reference in New Issue
Block a user