From 9a684467a7a7ac85e03f06560dbeb1b786c210aa Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 7 Jun 2020 09:55:03 +0200 Subject: More ajustments... --- map.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map.lua b/map.lua index 0ee3ff4..bd31515 100644 --- a/map.lua +++ b/map.lua @@ -1,7 +1,7 @@ skycraft.ores = skycraft.random:new() skycraft.ores:add_choice("mcl_core:cobble", 1000) skycraft.ores:add_choice("mcl_core:stone", 200) -skycraft.ores:add_choice("mcl_core:stone_with_coal", 50) +skycraft.ores:add_choice("mcl_core:stone_with_coal", 31) skycraft.ores:add_choice("mcl_core:stone_with_iron", 25) skycraft.ores:add_choice("mcl_core:stone_with_gold", 10) skycraft.ores:add_choice("mcl_core:stone_with_lapis", 10) -- cgit v1.2.3