diff options
author | Tim <t4im@users.noreply.github.com> | 2015-02-05 20:33:11 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-02-05 20:33:11 +0100 |
commit | 91e12c41fdb91e00dbd1cde88c18c45791aa213f (patch) | |
tree | 674c42beed00137cef91a973fc5442e093584234 | |
parent | 96788677bbad19602b345200f7e7466f89088b9c (diff) |
fix chainsaw support for default:pinetree
-rw-r--r-- | technic/tools/chainsaw.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua index 0bb7340..50aee2e 100644 --- a/technic/tools/chainsaw.lua +++ b/technic/tools/chainsaw.lua @@ -14,7 +14,7 @@ local timber_nodenames = { ["default:cactus"] = true, ["default:tree"] = true, ["default:apple"] = true, - ["default:pine"] = true, + ["default:pinetree"] = true, } if chainsaw_leaves then |