Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

Fabric Waystone: Global Waystones Not working and Config Not Being Read for XP Cost

EchoWhiskeyZero opened this issue ยท 2 comments

commented

Hello,
I'm a former Forge Waystone user and recently converted our server over to Fabric and are now using the Fabric Waystone mod. No matter what I change in config/waystones.toml I can't get the following to work:

  1. Remove the XP cost of using waystone
  2. Getting an option for global waystones to work (there's no checkbox to make the waystone global in the UI like there was in the Forge version of the mod when I'm placing a new waystone).

I'm using the following version of Waystones: waystones-fabric-1.18.1-9.0.3.jar

Am I doing something wrong or is this a bug?

Here's my waystones.toml file:

[xpCost]
inverseXpCost = false
blocksPerXpLevel = 1000
minimumBaseXpCost = 0.0
maximumBaseXpCost = 0.0
xpCostPerLeashed = 0
dimensionalWarpXpCost = 0
globalWaystoneXpCostMultiplier = 0.0
warpStoneXpCostMultiplier = 0.0
waystoneXpCostMultiplier = 0.0
sharestoneXpCostMultiplier = 1.0
portstoneXpCostMultiplier = 0.0
warpPlateXpCostMultiplier = 0.0
inventoryButtonXpCostMultiplier = 0.0
[restrictions]
restrictToCreative = false
restrictRenameToOwner = false
generatedWaystonesUnbreakable = false
transportLeashed = true
transportLeashedDimensional = true
leashedDenyList = ["minecraft:wither"]
dimensionalWarp = "ALLOW"
dimensionalWarpAllowList = []
dimensionalWarpDenyList = []
allowWaystoneToWaystoneTeleport = true
globalWaystoneSetupRequiresCreativeMode = false
[cooldowns]
globalWaystoneCooldownMultiplier = 0.0
warpStoneCooldown = 300
warpStoneUseTime = 32
warpPlateUseTime = 20
scrollUseTime = 32
inventoryButtonCooldown = 300
[inventoryButton]
inventoryButton = ""
warpButtonX = 58
warpButtonY = 60
creativeWarpButtonX = 88
creativeWarpButtonY = 33
[worldGen]
worldGenStyle = "BIOME"
frequency = 25
dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
dimensionDenyList = []
nameGenerationMode = "PRESET_FIRST"
customWaystoneNames = []
spawnInVillages = true
forceSpawnInVillages = true
[client]
disableTextGlow = false
disableParticles = false
[compatibility]
displayWaystonesOnJourneyMap = true
commented

With some more testing I've realized that it's not actually charging me XP to teleport, but it's still showing the XP amount in the Waystone UI

commented

Can't reproduce on latest versions, is this still happening?