X-Git-Url: https://gitweb.ps.run/packwiz/blobdiff_plain/80194dfea42a212c27f443cae45f9229b81b9743..08af78edc150c8fd965f5ed76572c321249eb82e:/config/asyncparticles/asyncparticles-mixin.properties diff --git a/config/asyncparticles/asyncparticles-mixin.properties b/config/asyncparticles/asyncparticles-mixin.properties deleted file mode 100644 index 62201bb..0000000 --- a/config/asyncparticles/asyncparticles-mixin.properties +++ /dev/null @@ -1,19 +0,0 @@ -#safeBlockEntityMap: Boolean. Make 'LevelChunk#blockEntities' thread-safe. -#safeClassInstanceMultiMap: Boolean. Make 'ClassInstanceMultiMap' thread-safe. -#safeLegacyRandomSource: Boolean. Make LegacyRandomSource thread-safe. -#particle$noCulling: A comma-separated list of classes extending 'Particle' that should not be culled. -#particle$noLightCache: A comma-separated list of classes extending 'Particle' that should not use the light cache. -#particle$lockRequired: A comma-separated list of classes extending 'Particle' that require a spin lock. -#particle$lockProvider: A comma-separated list of classes extending 'Particle' that provide a spin lock. -#replaceRandom: A comma-separated list of classes that require multithreaded random sources. -# -#Mon Dec 08 15:40:45 CET 2025 -particle$lockProvider= -particle$lockRequired= -particle$noCulling= -particle$noLightCache=com.chailotl.particular.particles.FireflyParticle,net.diebuddies.minecraft.weather.WeatherParticle -replaceRandom= -safeBlockEntityMap=false -safeClassInstanceMultiMap=false -safeLegacyRandomSource=false -version=2