aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-06-07 09:55:03 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-06-07 09:55:03 +0200
commit9a684467a7a7ac85e03f06560dbeb1b786c210aa (patch)
tree6285807f478ea85edaff0cf660593ad703335d29
parent7ad11e38cbbe90423a0e13aa4d6dd54f46f3792b (diff)
downloadskycraft-9a684467a7a7ac85e03f06560dbeb1b786c210aa.tar.xz
More ajustments...
-rw-r--r--map.lua2
1 files changed, 1 insertions, 1 deletions
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)