From f1f9e75e57c31c84db2b74e0320217ebcb064ed2 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Wed, 8 Oct 2025 13:49:34 -0500 Subject: [PATCH] i guess i may as well --- defaultconfigs/ftbultimine-server.snbt | 66 ++++++++++++++++++++++++++ index.toml | 4 ++ pack.toml | 2 +- 3 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 defaultconfigs/ftbultimine-server.snbt diff --git a/defaultconfigs/ftbultimine-server.snbt b/defaultconfigs/ftbultimine-server.snbt new file mode 100644 index 0000000..483e2b7 --- /dev/null +++ b/defaultconfigs/ftbultimine-server.snbt @@ -0,0 +1,66 @@ +# Server-specific configuration for FTB Ultimine +# This file is meant for server administrators to control user behaviour. +# Changes in this file currently require a server restart to take effect + +{ + # 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 + + # Hunger multiplied for each block mined with ultimine + # Default: 20.0 + # Range: 0.0 ~ 10000.0 + exhaustion_per_block: 0.0d + + # Amount of experience taken per block mined (fractional values allowed) + # Default: 0.0 + # Range: 0.0 ~ 20000.0 + experience_per_block: 0.0d + + # Max amount of blocks that can be ultimined at once + # Default: 64 + # Range: 0 ~ 32768 + max_blocks: 64 + + # These tags will be considered the same block when checking for blocks to Ultimine in shapeless mining mode + # Default: ["minecraft:base_stone_overworld", "c:*_ores", "forge:ores/*"] + merge_tags: [ + "minecraft:base_stone_overworld" + "c:*_ores" + "forge:ores/*" + ] + + # These tags will be considered the same block when checking for blocks to Ultimine in shaped mining modes + # Default: ["*"] + merge_tags_shaped: ["*"] + + # 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 a damageable tool, or an item in the ftbultimine:tools tag, to ultimine. + # Default: false + require_tool: false + + # Right-click with an axe with the Ultimine key held to strip multiple logs and scrape/unwax copper blocks + # Default: true + right_click_axe: true + + # Right-click crops with the Ultimine key held to harvest multiple crop blocks + # Default: true + right_click_harvesting: true + + # Right-click with a hoe with the Ultimine key held to till multiple grass/dirt blocks into farmland + # Default: true + right_click_hoe: true + + # Right-click with a shovel with the Ultimine key held to flatten multiple grass/dirt blocks into dirt paths + # Default: true + right_click_shovel: true + + # Cooldown in ticks between successive uses of the ultimine feature + # Default: 0 + # Range: 0 ~ 9223372036854775807 + ultimine_cooldown: 0L +} diff --git a/index.toml b/index.toml index 331276e..2fa815a 100644 --- a/index.toml +++ b/index.toml @@ -88,6 +88,10 @@ hash = "e11d480369c538ce983a60c6bd5333448b941b801eee281cc0fd6ca05ba6ff22" file = "config/supplementaries-common.toml" hash = "2fff3a493e75b41269a23812df1a0a4bf5ba427991eaaf41c2c8eb3bf049e9f9" +[[files]] +file = "defaultconfigs/ftbultimine-server.snbt" +hash = "a2c4cdb30c812297edb0e964536f6e8efda58809dcb784a61f7e44e2b32df79f" + [[files]] file = "defaultconfigs/solcarrot-server.toml" hash = "115976da6856475c8b5107c674b9883d46935d8bb8fd9f8be59a7c9b44ad2981" diff --git a/pack.toml b/pack.toml index 256288e..48316de 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "36c3a2c86af5ca1c419766c909e7ad437130d804dcaab167fb26a0b570386f47" +hash = "fa24ec066e0d51be2379f84794c42048d6ad3d692783c790dda7cc63a83c04c2" [versions] forge = "47.4.9"