Update to 1.10

This commit is contained in:
2026-05-10 13:57:49 +02:00
parent c388938a8d
commit de4fe0ab10
52 changed files with 1084 additions and 231 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#The name of the modpack
modpackName = "Banana"
#The version of the modpack
modpackVersion = "1.8"
modpackVersion = "1.10"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false
+22
View File
@@ -0,0 +1,22 @@
[Client]
# When looking at an Entangled Block, should its bound block be highlighted?
# Allowed values: true, false - Default: true
renderBlockHighlight = true
# Should the block rendered inside entangled blocks rotate?
# Allowed values: true, false - Default: true
rotateRenderedBlock = true
[General]
# Can entangled blocks be bound between different dimensions? Previously bound entangled blocks won't be affected.
# Allowed values: true, false - Default: true
allowDimensional = false
# What is the max range in which entangled blocks can be bound? Only affects blocks in the same dimension. -1 for infinite range. Previously bound entangled blocks won't be affected.
# Allowed range: -1 ~ 2147483647 - Default: -1
maxDistance = 64
# Should the `entangled:invalid_targets` tag be treated as a whitelist rather than a blacklist? If true, entangled blocks can only be bound to blocks in the tag.
# Allowed values: true, false - Default: false
useWhitelist = false
+1 -1
View File
@@ -62,7 +62,7 @@
#Enable custom animations
enable_animation = true
#Enable custom animation of falling
enable_falling_animation = true
enable_falling_animation = false
#Enable lean animation while FastRun
enable_lean_animation_fast_run = true
#Enable first-person-view animations
+1 -1
View File
@@ -272,7 +272,7 @@
[management]
"Automatic Tool Restock" = true
"Easy Transferring" = true
"Easy Transferring" = false
"Expanded Item Interactions" = true
"Hotbar Changer" = false
"Inventory Sorting" = false
+3 -34
View File
@@ -11,19 +11,13 @@
"file/cubic-sun-moon-v1.8.5.zip",
"file/Midnighttiggers-FCT-Default_1.20_V8.zip",
"file/Nautilus3D-V2.2.zip",
"file/FreshAnimations_v1.10.4.zip",
"vanillabackport:freshly_animated",
"file/FA+All_Extensions-v1.8.1.zip",
"file/FreshCompats_v1.6.zip",
"file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip",
"file/Comforts Modernized - V1.1.zip",
"file/[1.5] Enhanced Boss Bars.zip",
"file/Create Style Interface 1.21.zip",
"file/Computer Craft Recreated v1.2.zip",
"file/Created+Pretty+Pipes1.0+FIXED.zip",
"file/CreateSophStorage.zip",
"file/CreateSophBackpacks.zip",
"file/Create+Simple+Storage+2.1.zip"
"file/CreateSophBackpacks.zip"
],
"pack_overrides": {
// The title and description are overridden for the vanilla assets pack
@@ -56,8 +50,8 @@
"force_compatible": true,
"required": true
},
"file/Created+Pretty+Pipes1.0+FIXED.zip":{
"title": "\"Created Pretty Pipes\"",
"file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip":{
"title": "\"Fresh Moves\"",
"force_compatible": true,
"required": true
},
@@ -82,26 +76,6 @@
"default_position": "BOTTOM",
"required": true
},
"file/FreshAnimations_v1.10.4.zip":{
"title": "\"Fresh Animations\"",
"force_compatible": true,
"default_position": "BOTTOM",
"required": true
},
"file/FA+All_Extensions-v1.8.1.zip":{
"title": "\"Fresh Animations Extensions\"",
"force_compatible": true,
"required": true
},
"file/FreshCompats_v1.6.zip":{
"title": "\"Fresh Animations Mod Compatibility\"",
"force_compatible": true,
"required": true
},
"vanillabackport:freshly_animated":{
"force_compatible": true,
"required": true
},
"file/cubic-sun-moon-v1.8.5.zip":{
"title": "\"Cubic Sun & Moon\"",
"force_compatible": true,
@@ -111,11 +85,6 @@
"title": "\"Comforts Modernized\"",
"force_compatible": true,
"required": true
},
"file/Create+Simple+Storage+2.1.zip":{
"title": "\"Create Tom's Simple Storage\"",
"force_compatible": true,
"required": true
}
}
}
+6
View File
@@ -0,0 +1,6 @@
{
/* - default: SILENT
- must be one of: SILENT, LOG_ONCE, LOG_ALWAYS
*/
"mode": "LOG_ONCE"
}
+11
View File
@@ -0,0 +1,11 @@
#IMPORTANT NOTICE:
#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Tom's Simple Storage
#The settings have been moved to toms_storage-server.toml
#That file is PER WORLD, meaning you have to go into 'saves/<world name>/serverconfig' to adjust it. Those changes will then only apply for THAT WORLD.
#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON.
#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer.
importantInfo = true
#List of mod ids whose blocks is ignored by the inventory connector
blockedMods = []
#List of block ids ignored by the inventory connector
blockedBlocks = []