1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

- Skin updates

- Sethome FINALLY fixed :yay:

Coming soon : Removing all the minetest.env calls. 👍
This commit is contained in:
LeMagnesium
2014-11-08 16:36:02 +01:00
parent 6a8e1c9bac
commit 2a5fc1ea55
1170 changed files with 779 additions and 1045 deletions

View File

@ -97,7 +97,7 @@ minetest.register_node("seawrecks:ubootchest", {
local kind_of_price = math.floor(math.random()*2)
local amount_of_price = math.floor(math.random()*10)+1
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreore:silver_ingot"}
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreores:silver_ingot"}
local price_group = {"",""}
choosen_ingot = math.floor(math.random()*5)+1
price_group[1] = ingot_price[choosen_ingot].." "..amount_of_price