From 12bc2d266a7438d2073cbe2f2af1c5225cd0c7ea Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 1 Mar 2026 15:06:59 -0500 Subject: reduced waystone experience cost --- config/fwaystones/config.json5 | 2 +- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5 index dbde5b9..041279c 100644 --- a/config/fwaystones/config.json5 +++ b/config/fwaystones/config.json5 @@ -8,7 +8,7 @@ "teleportation_cost": { "cost_type": "LEVEL", "cost_item": "minecraft:ender_pearl", - "base_cost": 3, + "base_cost": 1, "cost_per_block_distance": 0.001, "cost_multiplier_between_dimensions": 2.0 }, diff --git a/index.toml b/index.toml index 5c2e6d0..6200aca 100644 --- a/index.toml +++ b/index.toml @@ -30,7 +30,7 @@ hash = "9f5653360be0f956b762b0e4b5c14a51ebe1e84734abb879710fd03a4271d5d0" [[files]] file = "config/fwaystones/config.json5" -hash = "db8d16d2fa37f7f8d074a0d86f220ee4579bd6ec9c021aaaa0f226a86df0ff72" +hash = "f864ddfcbcf3432a7e6f25c03901432215c11b02a0368788980a27adaf534de2" [[files]] file = "config/iris.properties" diff --git a/pack.toml b/pack.toml index ed11edf..3ac8a7c 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 = "d4c6fa88aaeaf10e4c910ecee014938426c2c02a1ad45b4c2402aeb429c00a64" +hash = "e7a13102d33e561e0988f931e6baaf6b9f716c7ecaebedd8bf7b2fc08576064f" [versions] fabric = "0.18.4" -- cgit v1.2.3