[6.0.3] Updated mods and added 3 others

This commit is contained in:
Aethrexal
2024-08-03 16:55:14 +02:00
parent add8de84fe
commit 388b4b19ec
19 changed files with 173 additions and 42 deletions

View File

@ -6,7 +6,7 @@
#The name of the modpack
modpackName = "Eternal"
#The version of the modpack
modpackVersion = "6.0.2"
modpackVersion = "6.0.3"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false

View File

@ -0,0 +1,45 @@
#Inventory Connector Range
#Range: 4 ~ 256
inventoryConnectorRange = 16
#Only Allow Trims to Connect Inventories
onlyTrimsConnect = false
#Inventory Cable Connector Maximum number of cables
#Range: > 16
invCableConnectorMaxScanSize = 2048
#Wireless terminal reach
#Range: 4 ~ 64
wirelessReach = 16
#Wireless terminal reach
#Range: 16 ~ 512
advWirelessRange = 64
#Adv Wireless terminal requied beacon level for infinite range
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvl = -1
#Adv Wireless terminal requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvlDim = -1
#Inventory Cable Connector requied beacon level for inventory linking
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvl = -1
#Inventory Linking range with beacons
#Value of 0 disables this feature entirely
#Range: > 0
invLinkBeaconRange = 4096
#Inventory Cable Connector requied beacon level for same dimension access with unlimited range
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlSameDim = -1
#Inventory Cable Connector requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlCrossDim = -1
#Use multithreading to improve performance
runMultithreaded = true

View File

@ -16,19 +16,19 @@
xpCostPerLeashed = 1
#The base xp level cost when travelling between dimensions. Ignores block distance.
#Range: > -2147483648
dimensionalWarpXpCost = 3
dimensionalWarpXpCost = 0
#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
globalWaystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
warpStoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
waystoneXpCostMultiplier = 1.0
waystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
sharestoneXpCostMultiplier = 1.0
sharestoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from a portstone.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
portstoneXpCostMultiplier = 0.0

View File

@ -52,10 +52,10 @@
[server.globalWaystones]
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
#Range: 0.0 ~ Infinity
globalWaystonesXpCostMultiplier = 1.0
globalWaystonesXpCostMultiplier = 0.0
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
#Range: 0.0 ~ Infinity
globalWaystoneCooldownMultiplier = 1.0
globalWaystoneCooldownMultiplier = 0.0
#Set to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneRequiresCreative = true
@ -84,7 +84,7 @@
dimensionalWarp = "ALLOW"
#The base xp level cost when travelling between dimensions. Ignores block distance.
#Range: > 0
dimensionalWarpXpCost = 3
dimensionalWarpXpCost = 1
#These options apply to taking leashed mobs with you when teleporting.
[server.leashedMobs]