Sires
2018-03-15 e12220be79e25c1c5cb866e1e98091d35079cd3e
technic_worldgen/rubber.lua
@@ -10,7 +10,7 @@
   wield_image = "technic_rubber_sapling.png",
   paramtype = "light",
   walkable = false,
   groups = {dig_immediate=3, flammable=2},
   groups = {dig_immediate=3, flammable=2, sapling=1},
   sounds = default.node_sound_defaults(),
})
@@ -73,6 +73,7 @@
minetest.register_abm({
   nodenames = {"moretrees:rubber_tree_sapling"},
   label = "Worldgen: grow rubber tree sapling",
   interval = 60,
   chance = 20,
   action = function(pos, node)
@@ -97,4 +98,3 @@
      end
   end)
end