From c4c9cc6002a9bcfa685b649ee188265df2b41206 Mon Sep 17 00:00:00 2001 From: krumel Date: Fri, 27 May 2022 23:43:48 +0200 Subject: [PATCH] waystones inverse costs + minor cost changes --- config/waystones-common.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/waystones-common.toml b/config/waystones-common.toml index aadee48..e23f733 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -1,7 +1,7 @@ [xpCost] #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. - inverseXpCost = false + inverseXpCost = true #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. #Range: > -2147483648 blocksPerXpLevel = 1000 @@ -10,13 +10,13 @@ minimumBaseXpCost = 0.0 #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - maximumBaseXpCost = 3.0 + maximumBaseXpCost = 5.0 #How much xp is needed per leashed animal to travel with you #Range: > -2147483648 xpCostPerLeashed = 1 #The base xp level cost when travelling between dimensions. Ignores block distance. #Range: > -2147483648 - dimensionalWarpXpCost = 3 + dimensionalWarpXpCost = 5 #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 globalWaystoneXpCostMultiplier = 1.0 @@ -79,7 +79,7 @@ warpPlateUseTime = 20 #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. #Range: > -2147483648 - scrollUseTime = 32 + scrollUseTime = 0 #The cooldown between usages of the inventory button in seconds. #Range: > -2147483648 inventoryButtonCooldown = 300 @@ -106,7 +106,7 @@ worldGenStyle = "BIOME" #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. #Range: > -2147483648 - frequency = 25 + frequency = 100 #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.