Update to 1.14, few create addons, radio mod, updates

This commit is contained in:
2026-05-14 23:19:00 +02:00
parent ee63b76004
commit 32c2678ddf
20 changed files with 144 additions and 58 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#The name of the modpack
modpackName = "Banana"
#The version of the modpack
modpackVersion = "1.13"
modpackVersion = "1.14"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false
+1 -1
View File
@@ -52,7 +52,7 @@
#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 = ["min_xp_cost(3)",
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)" , "add_xp_cost(-1)",