first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
@@ -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.
#
#Wed Apr 29 17:32:12 MDT 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
+49
View File
@@ -0,0 +1,49 @@
{
"version": 1,
"particle": {
"particleLimit": 16384,
"removeIfMissedTick": false,
"parallelQueueRemoval": true,
"parallelQueueEviction": true,
"particleLightCache": true,
"cullUnderwaterParticleType": true
},
"tick": {
"animationTickMode": "INTERRUPTIBLE",
"particleTickMode": "INTERRUPTIBLE",
"tickWeatherAsync": true,
"deferredTextureTick": true,
"failPerSecLimit": 5,
"failBehavior": "RAISE_CRASH",
"suppressCME": false,
"syncParticleClasses": []
},
"rendering": {
"particleCulling": "SPHERE",
"particleRenderingMode": "DELAYED",
"gpuAcceleration": true,
"appendNewParticlesToRenderer": true,
"cullWeathers": true,
"failPerSecLimit": 20,
"failBehavior": "MARK_AS_SYNC",
"syncParticleClasses": [
"com.lootbeams.VFXParticle",
"ovh.corail.tombstone.particle.ParticleCasting",
"ovh.corail.tombstone.particle.ParticleGhost",
"ovh.corail.tombstone.particle.ParticleGraveSoul",
"ovh.corail.tombstone.particle.ParticleMagicCircle",
"ovh.corail.tombstone.particle.ParticleMarker",
"ovh.corail.tombstone.particle.ParticleRounding",
"concerrox.effective.particle.SplashParticle",
"org.ladysnake.effective.particle.SplashParticle",
"net.mehvahdjukaar.dummmmmmy.client.DamageNumberParticle"
]
},
"valkyrienSkies": {
"rainEffect": "STATIONARY",
"fixParticleLights": true
},
"create": {
"rainEffect": "STATIONARY"
}
}