1
0
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:
2016-06-09 21:50:54 +02:00
parent 0c0f8d9f2a
commit cb24bfea94
29 changed files with 102 additions and 66 deletions

View File

@ -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 = {}