make living roots drop dead roots.

This commit is contained in:
trans_soup 2023-10-19 14:45:24 +02:00
parent 9c28941a6a
commit 9e43abb69a

View file

@ -20,4 +20,5 @@ blockgame.register_node("root_alive", {
groups = { groups = {
woody = 1, woody = 1,
}, },
drop = modname .. ":root",
}) })