mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-21 13:25:43 +01:00
Chainsaw: Add certain dftrees "fruit"-like nodes
This commit is contained in:
parent
c40189eabf
commit
091bb2406d
@ -31,6 +31,11 @@ local tree_nodes = {
|
|||||||
["default:cactus"] = -1,
|
["default:cactus"] = -1,
|
||||||
["default:papyrus"] = -1,
|
["default:papyrus"] = -1,
|
||||||
|
|
||||||
|
-- dfcaves "fruits"
|
||||||
|
["df_trees:blood_thorn_spike"] = -1,
|
||||||
|
["df_trees:blood_thorn_spike_dead"] = -1,
|
||||||
|
["df_trees:tunnel_tube_fruiting_body"] = -1,
|
||||||
|
|
||||||
["ethereal:bamboo"] = -1,
|
["ethereal:bamboo"] = -1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user