Vanessa Dannenberg
2020-05-27 befe3ecc86f046310ec0a5c24f82acea2ad13d9d
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(),
})
@@ -98,4 +98,3 @@
      end
   end)
end