wPwZ/2026-03-21_23-21-32

This commit is contained in:
2026-03-21 23:21:44 +00:00
commit 7c8d74b9ce
951 changed files with 21258 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#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.
#create$contraptionNoParticleCollision: A comma-separated list of classes extending 'AbstractContraptionEntity' that should not collide with particles.
#
#Sat Mar 21 22:49:55 WET 2026
create$contraptionNoParticleCollision=rbasamoyai.createbigcannons.cannon_control.contraption.PitchOrientedContraptionEntity,rbasamoyai.createbigcannons.cannon_control.contraption.AbstractMountedCannonContraption
particle$lockProvider=yesman.epicfight.client.particle.TrailParticle,yesman.epicfight.client.particle.AbstractTrailParticle,com.lowdragmc.photon.client.gameobject.FXObject
particle$lockRequired=yesman.epicfight.client.particle.TrailParticle,yesman.epicfight.client.particle.AbstractTrailParticle,com.lowdragmc.photon.client.gameobject.FXObject
particle$noCulling=com.lowdragmc.photon.client.gameobject.FXObject
particle$noLightCache=dev.shadowsoffire.gateways.client.GatewayParticle,com.chailotl.particular.particles.FireflyParticle,com.lowdragmc.photon.client.gameobject.FXObject,net.diebuddies.minecraft.weather.WeatherParticle,cn.coostack.cooparticlesapi.particles.ControlableParticle
replaceRandom=appeng.client.render.effects.LightningArcFX,appeng.client.render.effects.LightningFX,de.cheaterpaul.fallingleaves.util.LeafUtil
safeBlockEntityMap=false
safeClassInstanceMultiMap=false
safeLegacyRandomSource=false
version=2

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"particle": {
"particleLimit": 16384,
"removeIfMissedTick": false,
"particleLightCache": true,
"cullUnderwaterParticleType": true
},
"tick": {
"animationTickMode": "INTERRUPTIBLE",
"particleTickMode": "INTERRUPTIBLE",
"tickWeatherAsync": true,
"deferredTextureTick": true,
"failPerSecLimit": 5,
"failBehavior": "RAISE_CRASH",
"suppressCME": false
},
"rendering": {
"particleCulling": "SPHERE",
"particleRenderingMode": "COMPATIBILITY",
"cullWeathers": true,
"failPerSecLimit": 20,
"failBehavior": "MARK_AS_SYNC"
},
"valkyrienSkies": {
"rainEffect": "STATIONARY",
"fixParticleLights": true
},
"create": {
"rainEffect": "STATIONARY"
},
"cooParticlesAPI": {
"tickMode": "ASYNC_IN_PARALLEL"
}
}