1 #safeBlockEntityMap: Boolean. Make 'LevelChunk#blockEntities' thread-safe.
\r
2 #safeClassInstanceMultiMap: Boolean. Make 'ClassInstanceMultiMap' thread-safe.
\r
3 #safeLegacyRandomSource: Boolean. Make LegacyRandomSource thread-safe.
\r
4 #particle$noCulling: A comma-separated list of classes extending 'Particle' that should not be culled.
\r
5 #particle$noLightCache: A comma-separated list of classes extending 'Particle' that should not use the light cache.
\r
6 #particle$lockRequired: A comma-separated list of classes extending 'Particle' that require a spin lock.
\r
7 #particle$lockProvider: A comma-separated list of classes extending 'Particle' that provide a spin lock.
\r
8 #replaceRandom: A comma-separated list of classes that require multithreaded random sources.
\r
10 #Mon Dec 08 15:40:45 CET 2025
\r
11 particle$lockProvider=
\r
12 particle$lockRequired=
\r
14 particle$noLightCache=com.chailotl.particular.particles.FireflyParticle,net.diebuddies.minecraft.weather.WeatherParticle
\r
16 safeBlockEntityMap=false
\r
17 safeClassInstanceMultiMap=false
\r
18 safeLegacyRandomSource=false
\r