[6.1.1] Updated 2 mods and added sophisticated backpacks
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user