From edd2275df3046a38e3275cf23eca53808d297be7 Mon Sep 17 00:00:00 2001 From: krumel Date: Sat, 11 Jun 2022 22:34:44 +0200 Subject: [PATCH] ftb ultimine default config --- config/ftbultimine.snbt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/ftbultimine.snbt diff --git a/config/ftbultimine.snbt b/config/ftbultimine.snbt new file mode 100644 index 0000000..63bf9e2 --- /dev/null +++ b/config/ftbultimine.snbt @@ -0,0 +1,18 @@ +# Configuration for FTB Ultimine that is common to both Clients and Servers +# This file is used to control instance (e.g. modpack) specific things like mod integrations. +# Changes to this file require you to restart the game! + +{ + # This is an advanced option, that you better leave alone This will stop ultimining on first block that it can't mine, rather than skipping it. + # Default: false + cancel_on_block_break_fail: false + + # This will stop mining if tool reaches X durability. It's possible it won't work with special tool types. + # Default: 0 + # Range: 0 ~ 100 + prevent_tool_break: 0 + + # Require damageable tools or items added to ftbultimine:tools tag to ultimine. + # Default: false + require_tool: false +}