instructions for chainsaw support
This commit is contained in:
parent
d16f5b00fe
commit
78eeb55cf6
14
README.md
14
README.md
@ -20,3 +20,17 @@ if minetest.get_modpath("maple") then
|
||||
})
|
||||
end
|
||||
```
|
||||
|
||||
## Technic chainsaw
|
||||
|
||||
Add this to technic/technic/tools/chainsaw.lua to enable support for maple trees for the chainsaw tool:
|
||||
|
||||
```
|
||||
-- Support maple
|
||||
if minetest.get_modpath("maple") then
|
||||
timber_nodenames["maple:maple_tree"] = true
|
||||
if chainsaw_leaves then
|
||||
timber_nodenames["maple:maple_leaves"] = true
|
||||
end
|
||||
end
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user