1
0
의 미러 https://github.com/sys4-fr/server-nalc.git synced 2025-10-27 02:55:28 +01:00

Purge the repo's other mods from moreores

This commit is contained in:
LeMagnesium
2016-06-03 21:52:52 +02:00
부모 0023e02558
커밋 a364f64ab9
20개의 변경된 파일39개의 추가작업 그리고 39개의 파일을 삭제

파일 보기

@@ -34,7 +34,7 @@ minetest.register_node("seawrecks:woodshipchest", {
local kind_of_price = math.random(0,2)
local amount_of_price = math.random(1, 5)
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreores:silver_ingot"}
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","default:tin_ingot","default:silver_ingot"}
local price_group = {"",""}
local choosen_ingot = math.random(1, #ingot_price)
price_group[1] = ingot_price[choosen_ingot].." "..amount_of_price
@@ -101,7 +101,7 @@ minetest.register_node("seawrecks:ubootchest", {
local kind_of_price = math.random(0,2)
local amount_of_price = math.random(1, 20)
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreores:silver_ingot"}
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","default:tin_ingot","default:silver_ingot"}
local price_group = {"",""}
local choosen_ingot = math.random(1, #ingot_price)
price_group[1] = ingot_price[choosen_ingot].." "..amount_of_price