Update to 1.15, mods and config updates
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#The name of the modpack
|
||||
modpackName = "Banana"
|
||||
#The version of the modpack
|
||||
modpackVersion = "1.14"
|
||||
modpackVersion = "1.15"
|
||||
#Use the metadata.json to determine the modpack version
|
||||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||
useMetadata = false
|
||||
|
||||
@@ -53,13 +53,13 @@
|
||||
enableCooldowns = true
|
||||
#List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order.
|
||||
warpRequirements = [
|
||||
"[is_not_interdimensional] scaled_add_xp_cost(distance, 0.02)", "add_xp_cost(5)" ,
|
||||
"[is_interdimensional] add_xp_cost(15)",
|
||||
"[source_is_portstone] multiply_xp_cost(0.5)"
|
||||
"[source_is_sharestone] multiply_xp_cost(0.8)"
|
||||
"[is_not_interdimensional] add_level_cost(5)","max_level_cost(30)", "scaled_add_xp_cost(distance, 0.01)", "add_xp_cost(5)" ,
|
||||
"[is_interdimensional] add_level_cost(15)",
|
||||
"[source_is_portstone] multiply_xp_cost(0.5)",
|
||||
"[source_is_sharestone] multiply_xp_cost(0.8)",
|
||||
"[source_is_warp_plate] multiply_xp_cost(1)",
|
||||
"[target_is_global] multiply_xp_cost(0.8)", "min_xp_cost(5)", "max_xp_cost(25)",
|
||||
"[source_is_inventory_button] add_cooldown(inventory_button, 1800)", "add_xp_cost(15)"]
|
||||
"[target_is_global] multiply_xp_cost(0.8)", "min_xp_cost(5)",
|
||||
"[source_is_inventory_button] add_cooldown(inventory_button, 1800)", "add_level_cost(15)"]
|
||||
#Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable.
|
||||
#Allowed Values: ENABLED, SAME_DIMENSION, DISABLED
|
||||
transportPets = "DISABLED"
|
||||
|
||||
Reference in New Issue
Block a user