1
0
mirror of https://github.com/minetest-mods/technic.git synced 2025-04-16 17:30:37 +02:00

Chainsaw: Add certain dftrees "fruit"-like nodes

This commit is contained in:
SmallJoker 2022-10-26 19:17:32 +02:00
parent c40189eabf
commit 091bb2406d

@ -31,6 +31,11 @@ local tree_nodes = {
["default:cactus"] = -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,
}