diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-01 15:06:59 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-01 15:06:59 -0500 |
| commit | 12bc2d266a7438d2073cbe2f2af1c5225cd0c7ea (patch) | |
| tree | 0a9eeb0dcad26afba91fa585bf4522d1315b319c /config | |
| parent | d18201b1a4d0ba1d3ccef5a5e8d3f53d6b47ee81 (diff) | |
reduced waystone experience cost
Diffstat (limited to 'config')
| -rw-r--r-- | config/fwaystones/config.json5 | 2 |
1 files changed, 1 insertions, 1 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 }, |
