mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-19 22:03:53 +01:00
Add the sapling group to rubber_tree_sapling (#366)
Add the sapling group to Rubber Tree Sapling so that it can be used in Mesecons recipes for glue and blinky plant.
This commit is contained in:
parent
e1bb29c338
commit
844e2fad47
@ -10,7 +10,7 @@ minetest.register_node(":moretrees:rubber_tree_sapling", {
|
|||||||
wield_image = "technic_rubber_sapling.png",
|
wield_image = "technic_rubber_sapling.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {dig_immediate=3, flammable=2},
|
groups = {dig_immediate=3, flammable=2, sapling=1},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -98,4 +98,3 @@ if technic.config:get_bool("enable_rubber_tree_generation") then
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user