settingtypes.txt 691 B

12345678910111213141516171819
  1. # Delay for each step.
  2. #
  3. # This delay is multiplied by 100 for users without the "lumberjack" privilege in multiplayer.
  4. simple_woodcutter.delay (Delay in seconds) float 0.01
  5. # Max height of tree.
  6. simple_woodcutter.max_distance (Distance in blocks) int 40
  7. # Max acceptable space between wood blocks.
  8. simple_woodcutter.max_radius (Radius in blocks) int 1
  9. # Reverse modifiers behavior.
  10. simple_woodcutter.reverse_modifiers (Reverse modifiers behavior) bool false
  11. # If set to true, will not auto-cut downward.
  12. simple_woodcutter.only_upward (Cut upward only) bool true
  13. # If set to true, digging will stop before tool breaks.
  14. simple_woodcutter.prevent_tool_break (Prevent tool break) bool true