summaryrefslogtreecommitdiff
path: root/technic_worldgen
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-31 20:25:46 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-31 20:25:46 -0400
commitd7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 (patch)
tree823380234c085bb6edbc472531277db8a33c721b /technic_worldgen
parent02c000610d3e78d6f8a5fa58115e8fcd83f3d97b (diff)
downloaddreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.gz
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.bz2
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.xz
dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.zip
update mesecons, pipeworks, castle, and technic
Diffstat (limited to 'technic_worldgen')
-rw-r--r--technic_worldgen/mg.lua2
-rw-r--r--technic_worldgen/rubber.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/technic_worldgen/mg.lua b/technic_worldgen/mg.lua
index 4025384..74807d7 100644
--- a/technic_worldgen/mg.lua
+++ b/technic_worldgen/mg.lua
@@ -51,7 +51,7 @@ mg.register_ore({
mg.register_ore({
name = "technic:mineral_lead",
wherein = "default:stone",
- seeddiff = 13,
+ seeddiff = 14,
maxvdistance = 10.5,
maxheight = 16,
seglenghtn = 15,
diff --git a/technic_worldgen/rubber.lua b/technic_worldgen/rubber.lua
index 3094fa0..3307b8b 100644
--- a/technic_worldgen/rubber.lua
+++ b/technic_worldgen/rubber.lua
@@ -73,6 +73,7 @@ technic.rubber_tree_model={
minetest.register_abm({
nodenames = {"moretrees:rubber_tree_sapling"},
+ label = "Worldgen: grow rubber tree sapling",
interval = 60,
chance = 20,
action = function(pos, node)