]> git.lizzy.rs Git - skycraft.git/commitdiff
More ajustments...
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 7 Jun 2020 07:55:03 +0000 (09:55 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 7 Jun 2020 07:55:03 +0000 (09:55 +0200)
map.lua

diff --git a/map.lua b/map.lua
index 0ee3ff4fdd5968dfe90beb761ebba715e83aff7b..bd3151565957469fa9ebc1284f9d84e7e3337ec8 100644 (file)
--- 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)