Update to 1.8

This commit is contained in:
2026-05-09 16:51:39 +02:00
parent f5a5fedc4b
commit c388938a8d
15 changed files with 82 additions and 54 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#The name of the modpack
modpackName = "Banana"
#The version of the modpack
modpackVersion = "1.7"
modpackVersion = "1.8"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false
+8 -1
View File
@@ -52,7 +52,14 @@
#Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control.
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.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(1)", "[target_is_global] multiply_xp_cost(1)", "min_xp_cost(4)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 600)"]
warpRequirements = ["min_xp_cost(3)",
"[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)" , "add_xp_cost(-1)",
"[source_is_sharestone] multiply_xp_cost(0.8)" , "add_xp_cost(-1)",
"[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)"]
#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"