Update to 1.13, mods update, light, attract to sound

This commit is contained in:
2026-05-13 23:31:28 +02:00
parent 1a1a6c4a08
commit ee63b76004
20 changed files with 172 additions and 65 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#The name of the modpack
modpackName = "Banana"
#The version of the modpack
modpackVersion = "1.12"
modpackVersion = "1.13"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false
+13
View File
@@ -0,0 +1,13 @@
{
"logbegone": {
"phrases": [
"[Render thread/INFO] [Silent Gear/]: true",
"Channels "
],
"regex": [
".*\[Render thread\/INFO\] \[Silent Gear\/\]: true.*",
".*Render thread.*INFO.*Silent Gear.*: true",
"Channels "
]
}
}