Cristiano Magro
2024-08-27 535e04d542520f58a2db8d4d7a222b73e5c96ef1
1
2
3
4
5
6
7
8
9
#    Safety feature for the chainsaw tool aimed to prevent cutting structures
#    built by players.
#
#    Trunk nodes generated by mapgen have a rotation of '0' whereas manually
#    placed trunks usually have another value. However, some mods might generate
#    trees with rotation != 0, which renders the chainsaw useless on them.
#
#    Disabling this feature will sacrifice safety for convenience.
technic_safe_chainsaw (Chainsaw safety feature) bool true