diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-07 09:55:03 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-07 09:55:03 +0200 |
commit | 9a684467a7a7ac85e03f06560dbeb1b786c210aa (patch) | |
tree | 6285807f478ea85edaff0cf660593ad703335d29 | |
parent | 7ad11e38cbbe90423a0e13aa4d6dd54f46f3792b (diff) | |
download | skycraft-9a684467a7a7ac85e03f06560dbeb1b786c210aa.tar.xz |
More ajustments...
-rw-r--r-- | map.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |