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
1 changed files with 5 additions and 0 deletions

View File

@ -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,
}