mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 15:00:45 +01:00
Add default bushes to the chainsaw
This commit is contained in:
parent
766e033fd0
commit
ea460f0d95
|
@ -24,6 +24,16 @@ local nodes = {
|
||||||
{"default:jungleleaves", false},
|
{"default:jungleleaves", false},
|
||||||
{"default:pine_needles", false},
|
{"default:pine_needles", false},
|
||||||
|
|
||||||
|
-- The default bushes
|
||||||
|
{"default:acacia_bush_stem", true},
|
||||||
|
{"default:bush_stem", true},
|
||||||
|
{"default:pine_bush_stem", true},
|
||||||
|
{"default:acacia_bush_leaves", false},
|
||||||
|
{"default:blueberry_bush_leaves", false},
|
||||||
|
{"default:blueberry_bush_leaves_with_berries", false},
|
||||||
|
{"default:bush_leaves", false},
|
||||||
|
{"default:pine_bush_needles", false},
|
||||||
|
|
||||||
-- Rubber trees from moretrees or technic_worldgen if moretrees isn't installed
|
-- Rubber trees from moretrees or technic_worldgen if moretrees isn't installed
|
||||||
{"moretrees:rubber_tree_trunk_empty", true},
|
{"moretrees:rubber_tree_trunk_empty", true},
|
||||||
{"moretrees:rubber_tree_trunk", true},
|
{"moretrees:rubber_tree_trunk", true},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user