Update to 1.14, few create addons, radio mod, updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user