Change particle core settings

This commit is contained in:
Mateusz Słodkowicz 2025-08-10 08:01:37 +02:00
parent 8ed9417eec
commit 42a886628c
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
6 changed files with 71 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"_Disable_Optimizations_Options": {
"ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)",
"TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (WorldRendererTypeMixin)",
"DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (WorldRendererDecreaseMixin)",
"LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleMixin)",
"POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)"
},
"disableOptimizations": [
"ROTATION"
]
}

View File

@ -134,6 +134,10 @@ hash = "cf0aef66c044396f248026b1799ebc57dcbd90e10d75292cb39421f280e550cc"
file = "config/particle_core_config.toml" file = "config/particle_core_config.toml"
hash = "e6a9e8389d446e342c15dbf41bdf89e0e6fc3a5b3b9063ea6282fdb45023545e" hash = "e6a9e8389d446e342c15dbf41bdf89e0e6fc3a5b3b9063ea6282fdb45023545e"
[[files]]
file = "config/particle_core_disabled_optimizations.json"
hash = "a5263a1d923c0a0dc0d1c530671cdc860200c5bf2882336abd420f9f1af2843a"
[[files]] [[files]]
file = "config/particular-common.toml" file = "config/particular-common.toml"
hash = "88984926e59b88f5949aa3ab22a6197972b2ce600422452a3c841017fd2f74c1" hash = "88984926e59b88f5949aa3ab22a6197972b2ce600422452a3c841017fd2f74c1"
@ -2085,6 +2089,11 @@ file = "mods/radiant-gear.pw.toml"
hash = "0769e162810d1d35105b3c777f8acdb52970b32f77da15d09c88c4e41eb2a3c4" hash = "0769e162810d1d35105b3c777f8acdb52970b32f77da15d09c88c4e41eb2a3c4"
metafile = true metafile = true
[[files]]
file = "mods/ranged-wireless-redstone.pw.toml"
hash = "ef76a31b5cf7f66effabc8f09eae9e7ae7ef3c28f63a941d9c58f00f14727d44"
metafile = true
[[files]] [[files]]
file = "mods/rechiseled-create.pw.toml" file = "mods/rechiseled-create.pw.toml"
hash = "8911c9c22f020ad594f6c83442ca069d13ed72b386e22c614ba4f749556c23f0" hash = "8911c9c22f020ad594f6c83442ca069d13ed72b386e22c614ba4f749556c23f0"
@ -2410,6 +2419,16 @@ file = "mods/thirst-was-taken.pw.toml"
hash = "ce8bf92b15d52138235ade355923aea4d9c10469cc64017251c12bbb66c9b88c" hash = "ce8bf92b15d52138235ade355923aea4d9c10469cc64017251c12bbb66c9b88c"
metafile = true metafile = true
[[files]]
file = "mods/tiny-gates.pw.toml"
hash = "ceac2c3e6899066cf7193d7669d1803ba80f8ad103e9345b7a6acc4eb6ee574a"
metafile = true
[[files]]
file = "mods/tiny-redstone.pw.toml"
hash = "8e7fe08359c9055536da7f487cf086fa615aeaa06b5e843427d30018c7ac13ca"
metafile = true
[[files]] [[files]]
file = "mods/titanium.pw.toml" file = "mods/titanium.pw.toml"
hash = "351aef144aa70ab4f41b3dcf044e0929631227f1ad118f22e611e13ff91fdfe4" hash = "351aef144aa70ab4f41b3dcf044e0929631227f1ad118f22e611e13ff91fdfe4"

View File

@ -0,0 +1,13 @@
name = "Ranged Wireless Redstone"
filename = "rangedwirelessredstone-1.20-4.0.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6703df6cf4f705c20004a1a067a7b0388b047fe9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4594334
project-id = 530779

13
mods/tiny-gates.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Tiny Gates"
filename = "tinygates-1.20-4.0.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2befa58e4a43668534dbe8ea853b770d717dc536"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4594228
project-id = 522875

View File

@ -0,0 +1,13 @@
name = "Tiny Redstone"
filename = "tinyredstone-1.20-5.0.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "42f206a50434324695d23a574765dcb3c6f183df"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5704248
project-id = 453746

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "caea74c6a560eccd13070e56c131133a2b914a545744d8417cc50e7b3c5b6f43" hash = "bffba466bd7c1b38e888089a37ae68126b0e30e0b99a7765cb9e3ea57c8a4397"
[versions] [versions]
forge = "47.4.4" forge = "47.4.4"