TwelveIterationMods / Waystones

Minecraft Mod. Adds waystones you can teleport to after they've been activated.
https://mods.twelveiterations.com/mc/waystones/
Other
275 stars 110 forks source link

inverseXpCost config option doesn't do anything #856

Closed EthanWatsonGH closed 2 months ago

EthanWatsonGH commented 2 months ago

Minecraft Version

1.20.1 (LTS)

Mod Loader

Forge

Mod Loader Version

47.3.0

Mod Version

14.1.3

Balm Version

7.2.2

Describe the Issue

I tried it with a fresh config file where I changed nothing other than inverseXpCost to true, and tried many different values for blocksPerXpLevel between 1 and 2000, and distances between waystones. Not sure if there's something I'm missing or doing wrong but it was never making it so that it cost more xp the shorter the distance, rather than the default more xp the farther the distance.

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No response

BlayTheNinth commented 2 months ago

Works fine for me with inverseXpCost = true and waystoneXpCostMultiplier = 1.0

Try updating to Balm 7.3.6 also because it fixed some issues with config loading on certain systems.

EthanWatsonGH commented 2 months ago

Not sure if it was because I was missing the waystoneXpCostMultiplier = 1.0 before or the balm update that fixed it but it's working now. Thanks.