[6.1.1] Updated 2 mods and added sophisticated backpacks

This commit is contained in:
Aethrexal
2024-08-13 02:49:44 +02:00
parent 30ecf23791
commit dfa27f7c76
12 changed files with 74 additions and 36 deletions

View File

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

View File

@ -4,7 +4,7 @@
inverseXpCost = false
#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
blocksPerXpLevel = 0
#The minimum base xp cost (may be subceeded by multipliers defined below)
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
minimumBaseXpCost = 0.0

View File

@ -8,7 +8,7 @@
inverseXpCost = false
#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: > 1
blocksPerXPLevel = 1000
blocksPerXPLevel = 0
#The minimum base xp cost
#Range: 0.0 ~ Infinity
minimumXpCost = 0.0