tinkers_tinkering/overrides/config/defaultoptions/extra/config/particlerain.json
Sergeant Acoustic 445f142429 Add + configure particle mods
* Particle rain
* Subtle effects
* Particular
2025-09-17 23:08:57 +01:00

363 lines
8.4 KiB
JSON

{
"configVersion": 3,
"perf": {
"maxParticleAmount": 1500,
"particleDensity": 85,
"particleStormDensity": 150,
"particleDistance": 16
},
"sound": {
"doRainSounds": true,
"doSnowSounds": true,
"doWindSounds": true
},
"wind": {
"strength": 0.4,
"strengthVariance": 0.3,
"gustFrequency": 0.2,
"modulationSpeed": 0.04
},
"compat": {
"renderDefaultWeather": false,
"doDefaultSplashing": false,
"waterTint": true,
"tintMix": 0.6,
"shaderpackTint": true,
"yLevelWindAdjustment": true,
"syncRegistries": true,
"crossBiomeBorder": false,
"useHeightmapTemp": true,
"canSpawnAboveClouds": true
},
"customParticles": [
{
"id": "rain",
"enabled": true,
"density": 1.0,
"precipitation": [
"RAIN"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [],
"onGround": false,
"gravity": 0.9,
"windStrength": 0.5,
"stormWindStrength": 1.0,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 1.0,
"size": 1.5,
"constantScreenSize": false,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:rain_0",
"particlerain:rain_1",
"particlerain:rain_2",
"particlerain:rain_3"
],
"tintType": "WATER",
"customTint": -16777216,
"rotationType": "RELATIVE_VELOCITY"
},
{
"id": "snow",
"enabled": true,
"density": 0.4,
"precipitation": [
"SNOW"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [],
"onGround": false,
"gravity": 0.05,
"windStrength": 0.1,
"stormWindStrength": 0.2,
"rotationAmount": 0.4,
"lifetime": 3000,
"opacity": 1.0,
"size": 1.5,
"constantScreenSize": false,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:snow_0",
"particlerain:snow_1",
"particlerain:snow_2",
"particlerain:snow_3"
],
"tintType": "NONE",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
},
{
"id": "dust",
"enabled": true,
"density": 0.8,
"precipitation": [
"NONE"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [
"minecraft:camel_sand_step_sound_blocks",
"minecraft:sand",
"minecraft:terracotta",
"c:sandstone_blocks"
],
"onGround": false,
"gravity": 0.2,
"windStrength": 2.0,
"stormWindStrength": 3.0,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 1.0,
"size": 1.5,
"constantScreenSize": false,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:dust"
],
"tintType": "MAP",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
},
{
"id": "rain_haze",
"enabled": false,
"density": 0.1,
"precipitation": [
"RAIN"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": false,
"blockList": [],
"onGround": false,
"gravity": 0.15,
"windStrength": 0.01,
"stormWindStrength": 0.1,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.3,
"constantScreenSize": true,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:fog_dithered"
],
"tintType": "FOG",
"customTint": -16777216,
"rotationType": "LOOKAT_PLAYER"
},
{
"id": "snow_haze",
"enabled": true,
"density": 0.2,
"precipitation": [
"SNOW"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": false,
"blockList": [],
"onGround": false,
"gravity": 0.05,
"windStrength": 0.01,
"stormWindStrength": 0.1,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.3,
"constantScreenSize": true,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:fog_dithered"
],
"tintType": "FOG",
"customTint": -16777216,
"rotationType": "LOOKAT_PLAYER"
},
{
"id": "dust_haze",
"enabled": true,
"density": 0.1,
"precipitation": [
"NONE"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [
"minecraft:camel_sand_step_sound_blocks",
"minecraft:sand",
"minecraft:terracotta",
"c:sandstone_blocks"
],
"onGround": false,
"gravity": 0.1,
"windStrength": 1.0,
"stormWindStrength": 2.0,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.3,
"constantScreenSize": true,
"renderType": "TRANSLUCENT",
"spriteLocations": [
"particlerain:fog_dithered"
],
"tintType": "MAP",
"customTint": -16777216,
"rotationType": "LOOKAT_PLAYER"
},
{
"id": "rain_splashing",
"enabled": true,
"density": 1.0,
"precipitation": [
"RAIN"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": false,
"blockList": [
"minecraft:lava"
],
"onGround": true,
"gravity": 0.0,
"windStrength": 0.0,
"stormWindStrength": 0.0,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.25,
"constantScreenSize": false,
"renderType": "OPAQUE",
"spriteLocations": [],
"tintType": "WATER",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
},
{
"id": "rain_ripples",
"enabled": true,
"density": 1.0,
"precipitation": [
"RAIN"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [
"minecraft:water"
],
"onGround": true,
"gravity": 0.0,
"windStrength": 0.0,
"stormWindStrength": 0.0,
"rotationAmount": 0.0,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.25,
"constantScreenSize": false,
"renderType": "OPAQUE",
"spriteLocations": [],
"tintType": "WATER",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
},
{
"id": "rain_smoke",
"enabled": true,
"density": 1.0,
"precipitation": [
"RAIN"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [
"minecraft:strider_warm_blocks",
"minecraft:infiniburn_overworld"
],
"onGround": true,
"gravity": 0.0,
"windStrength": 0.0,
"stormWindStrength": 0.0,
"rotationAmount": 0.1,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.25,
"constantScreenSize": false,
"renderType": "OPAQUE",
"spriteLocations": [],
"tintType": "WATER",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
},
{
"id": "shrubs",
"enabled": true,
"density": 0.002,
"precipitation": [
"NONE"
],
"biomeWhitelist": false,
"biomeList": [],
"blockWhitelist": true,
"blockList": [
"minecraft:camel_sand_step_sound_blocks",
"minecraft:sand",
"minecraft:terracotta",
"c:sandstone_blocks"
],
"onGround": true,
"gravity": 0.0,
"windStrength": 0.0,
"stormWindStrength": 0.0,
"rotationAmount": 0.1,
"lifetime": 3000,
"opacity": 0.45,
"size": 0.25,
"constantScreenSize": false,
"renderType": "OPAQUE",
"spriteLocations": [],
"tintType": "WATER",
"customTint": -16777216,
"rotationType": "COPY_CAMERA"
}
],
"shrub": {
"density": 0.02,
"gravity": 0.2,
"windStrength": 0.2,
"stormWindStrength": 0.3,
"opacity": 1.0,
"size": 0.5,
"rotationAmount": 0.2,
"bounciness": 0.2
},
"ripple": {
"opacity": 0.9,
"size": 0.25,
"resolution": 16,
"useResourcepackResolution": true
},
"streak": {
"opacity": 0.9,
"size": 0.5
},
"mist": {
"density": 20.0,
"windStrength": 0.0,
"stormWindStrength": 0.0,
"opacity": 0.9,
"size": 8.0,
"maxSpawnHeight": 64,
"minSpawnHeight": 60
}
}