]> gitweb.ps.run Git - packwiz/blob - config/particlerain.json
repaya
[packwiz] / config / particlerain.json
1 {
2   "configVersion": 5,
3   "perf": {
4     "maxParticleAmount": 1500,
5     "particleDensity": 100,
6     "particleStormDensity": 200,
7     "particleDistance": 16,
8     "surfaceRange": 48
9   },
10   "sound": {
11     "rainVolume": 0.2,
12     "snowVolume": 0.1,
13     "windVolume": 0.1,
14     "blockVolume": 0.07
15   },
16   "wind": {
17     "strength": 0.4,
18     "strengthVariance": 0.3,
19     "gustFrequency": 0.2,
20     "modulationSpeed": 0.04,
21     "yLevelAdjustment": true
22   },
23   "compat": {
24     "renderDefaultWeather": false,
25     "doDefaultSplashing": false,
26     "waterTint": true,
27     "tintMix": 0.6,
28     "shaderpackTint": true,
29     "syncRegistries": true,
30     "crossBiomeBorder": false,
31     "useHeightmapTemp": true,
32     "doSpawnHeightLimit": true,
33     "spawnHeightLimit": 0
34   },
35   "particles": [
36     {
37       "presetParticleId": "minecraft:flame",
38       "usePresetParticle": false,
39       "id": "rain",
40       "enabled": true,
41       "density": 1.0,
42       "weather": "DURING_WEATHER",
43       "precipitation": [
44         "RAIN"
45       ],
46       "biomeList": {
47         "entries": [],
48         "isWhitelist": true
49       },
50       "blockList": {
51         "entries": [],
52         "isWhitelist": true
53       },
54       "needsSkyAccess": true,
55       "spawnPos": "SKY",
56       "gravity": 0.9,
57       "windStrength": 0.5,
58       "stormWindStrength": 1.0,
59       "rotationAmount": 0.0,
60       "lifetime": 3000,
61       "opacity": 1.0,
62       "size": 1.5,
63       "constantScreenSize": false,
64       "renderType": "TRANSLUCENT",
65       "spriteLocations": [
66         "particlerain:rain_0",
67         "particlerain:rain_1",
68         "particlerain:rain_2",
69         "particlerain:rain_3"
70       ],
71       "tintType": "WATER",
72       "customTint": "#000000",
73       "rotationType": "RELATIVE_VELOCITY"
74     },
75     {
76       "presetParticleId": "minecraft:flame",
77       "usePresetParticle": false,
78       "id": "snow",
79       "enabled": true,
80       "density": 0.4,
81       "weather": "DURING_WEATHER",
82       "precipitation": [
83         "SNOW"
84       ],
85       "biomeList": {
86         "entries": [],
87         "isWhitelist": true
88       },
89       "blockList": {
90         "entries": [],
91         "isWhitelist": true
92       },
93       "needsSkyAccess": true,
94       "spawnPos": "SKY",
95       "gravity": 0.05,
96       "windStrength": 0.1,
97       "stormWindStrength": 0.2,
98       "rotationAmount": 0.4,
99       "lifetime": 3000,
100       "opacity": 1.0,
101       "size": 1.5,
102       "constantScreenSize": false,
103       "renderType": "TRANSLUCENT",
104       "spriteLocations": [
105         "particlerain:snow_0",
106         "particlerain:snow_1",
107         "particlerain:snow_2",
108         "particlerain:snow_3"
109       ],
110       "tintType": "NONE",
111       "customTint": "#000000",
112       "rotationType": "COPY_CAMERA"
113     },
114     {
115       "presetParticleId": "minecraft:flame",
116       "usePresetParticle": false,
117       "id": "dust",
118       "enabled": true,
119       "density": 0.8,
120       "weather": "DURING_WEATHER",
121       "precipitation": [
122         "NONE"
123       ],
124       "biomeList": {
125         "entries": [],
126         "isWhitelist": true
127       },
128       "blockList": {
129         "entries": [
130           "#minecraft:camel_sand_step_sound_blocks",
131           "#minecraft:sand",
132           "#minecraft:terracotta",
133           "#c:sandstone_blocks"
134         ],
135         "isWhitelist": true
136       },
137       "needsSkyAccess": true,
138       "spawnPos": "SKY",
139       "gravity": 0.2,
140       "windStrength": 0.7,
141       "stormWindStrength": 1.0,
142       "rotationAmount": 0.0,
143       "lifetime": 3000,
144       "opacity": 1.0,
145       "size": 1.5,
146       "constantScreenSize": false,
147       "renderType": "TRANSLUCENT",
148       "spriteLocations": [
149         "particlerain:dust"
150       ],
151       "tintType": "MAP",
152       "customTint": "#000000",
153       "rotationType": "COPY_CAMERA"
154     },
155     {
156       "presetParticleId": "minecraft:flame",
157       "usePresetParticle": false,
158       "id": "rain_haze",
159       "enabled": true,
160       "density": 0.1,
161       "weather": "DURING_WEATHER",
162       "precipitation": [
163         "RAIN"
164       ],
165       "biomeList": {
166         "entries": [],
167         "isWhitelist": true
168       },
169       "blockList": {
170         "entries": [],
171         "isWhitelist": true
172       },
173       "needsSkyAccess": true,
174       "spawnPos": "SKY",
175       "gravity": 0.15,
176       "windStrength": 0.01,
177       "stormWindStrength": 0.1,
178       "rotationAmount": 0.0,
179       "lifetime": 3000,
180       "opacity": 0.35,
181       "size": 0.3,
182       "constantScreenSize": true,
183       "renderType": "TRANSLUCENT",
184       "spriteLocations": [
185         "particlerain:fog_dithered"
186       ],
187       "tintType": "FOG",
188       "customTint": "#000000",
189       "rotationType": "COPY_CAMERA"
190     },
191     {
192       "presetParticleId": "minecraft:flame",
193       "usePresetParticle": false,
194       "id": "snow_haze",
195       "enabled": true,
196       "density": 0.2,
197       "weather": "DURING_WEATHER",
198       "precipitation": [
199         "SNOW"
200       ],
201       "biomeList": {
202         "entries": [],
203         "isWhitelist": true
204       },
205       "blockList": {
206         "entries": [],
207         "isWhitelist": true
208       },
209       "needsSkyAccess": true,
210       "spawnPos": "SKY",
211       "gravity": 0.05,
212       "windStrength": 0.01,
213       "stormWindStrength": 0.1,
214       "rotationAmount": 0.0,
215       "lifetime": 3000,
216       "opacity": 0.35,
217       "size": 0.3,
218       "constantScreenSize": true,
219       "renderType": "TRANSLUCENT",
220       "spriteLocations": [
221         "particlerain:fog_dithered"
222       ],
223       "tintType": "FOG",
224       "customTint": "#000000",
225       "rotationType": "COPY_CAMERA"
226     },
227     {
228       "presetParticleId": "minecraft:flame",
229       "usePresetParticle": false,
230       "id": "dust_haze",
231       "enabled": true,
232       "density": 0.1,
233       "weather": "DURING_WEATHER",
234       "precipitation": [
235         "NONE"
236       ],
237       "biomeList": {
238         "entries": [],
239         "isWhitelist": true
240       },
241       "blockList": {
242         "entries": [
243           "#minecraft:camel_sand_step_sound_blocks",
244           "#minecraft:sand",
245           "#minecraft:terracotta",
246           "#c:sandstone_blocks"
247         ],
248         "isWhitelist": true
249       },
250       "needsSkyAccess": true,
251       "spawnPos": "SKY",
252       "gravity": 0.1,
253       "windStrength": 0.25,
254       "stormWindStrength": 0.5,
255       "rotationAmount": 0.0,
256       "lifetime": 3000,
257       "opacity": 0.35,
258       "size": 0.3,
259       "constantScreenSize": true,
260       "renderType": "TRANSLUCENT",
261       "spriteLocations": [
262         "particlerain:fog_dithered"
263       ],
264       "tintType": "MAP",
265       "customTint": "#000000",
266       "rotationType": "COPY_CAMERA"
267     },
268     {
269       "presetParticleId": "minecraft:rain",
270       "usePresetParticle": true,
271       "id": "splatter",
272       "enabled": true,
273       "density": 1.0,
274       "weather": "DURING_WEATHER",
275       "precipitation": [
276         "RAIN"
277       ],
278       "biomeList": {
279         "entries": [],
280         "isWhitelist": true
281       },
282       "blockList": {
283         "entries": [
284           "minecraft:lava"
285         ],
286         "isWhitelist": false
287       },
288       "needsSkyAccess": true,
289       "spawnPos": "BLOCK_TOP",
290       "gravity": 0.9,
291       "windStrength": 0.5,
292       "stormWindStrength": 1.0,
293       "rotationAmount": 0.0,
294       "lifetime": 3000,
295       "opacity": 0.9,
296       "size": 0.5,
297       "constantScreenSize": false,
298       "renderType": "TRANSLUCENT",
299       "spriteLocations": [
300         "particlerain:rain_0",
301         "particlerain:rain_1",
302         "particlerain:rain_2",
303         "particlerain:rain_3"
304       ],
305       "tintType": "NONE",
306       "customTint": "#000000",
307       "rotationType": "COPY_CAMERA"
308     },
309     {
310       "presetParticleId": "particlerain:ripple",
311       "usePresetParticle": true,
312       "id": "ripple",
313       "enabled": true,
314       "density": 1.0,
315       "weather": "DURING_WEATHER",
316       "precipitation": [
317         "RAIN"
318       ],
319       "biomeList": {
320         "entries": [],
321         "isWhitelist": true
322       },
323       "blockList": {
324         "entries": [
325           "minecraft:water"
326         ],
327         "isWhitelist": true
328       },
329       "needsSkyAccess": true,
330       "spawnPos": "BLOCK_TOP",
331       "gravity": 0.9,
332       "windStrength": 0.5,
333       "stormWindStrength": 1.0,
334       "rotationAmount": 0.0,
335       "lifetime": 3000,
336       "opacity": 0.9,
337       "size": 0.5,
338       "constantScreenSize": false,
339       "renderType": "TRANSLUCENT",
340       "spriteLocations": [
341         "particlerain:rain_0",
342         "particlerain:rain_1",
343         "particlerain:rain_2",
344         "particlerain:rain_3"
345       ],
346       "tintType": "NONE",
347       "customTint": "#000000",
348       "rotationType": "COPY_CAMERA"
349     },
350     {
351       "presetParticleId": "minecraft:smoke",
352       "usePresetParticle": true,
353       "id": "smoke",
354       "enabled": true,
355       "density": 1.0,
356       "weather": "DURING_WEATHER",
357       "precipitation": [
358         "RAIN"
359       ],
360       "biomeList": {
361         "entries": [],
362         "isWhitelist": true
363       },
364       "blockList": {
365         "entries": [
366           "#minecraft:strider_warm_blocks",
367           "#minecraft:infiniburn_overworld"
368         ],
369         "isWhitelist": true
370       },
371       "needsSkyAccess": true,
372       "spawnPos": "BLOCK_TOP",
373       "gravity": 0.9,
374       "windStrength": 0.5,
375       "stormWindStrength": 1.0,
376       "rotationAmount": 0.0,
377       "lifetime": 3000,
378       "opacity": 0.9,
379       "size": 0.5,
380       "constantScreenSize": false,
381       "renderType": "TRANSLUCENT",
382       "spriteLocations": [
383         "particlerain:rain_0",
384         "particlerain:rain_1",
385         "particlerain:rain_2",
386         "particlerain:rain_3"
387       ],
388       "tintType": "NONE",
389       "customTint": "#000000",
390       "rotationType": "COPY_CAMERA"
391     },
392     {
393       "presetParticleId": "particlerain:streak",
394       "usePresetParticle": true,
395       "id": "streak",
396       "enabled": true,
397       "density": 0.2,
398       "weather": "DURING_WEATHER",
399       "precipitation": [
400         "RAIN"
401       ],
402       "biomeList": {
403         "entries": [],
404         "isWhitelist": true
405       },
406       "blockList": {
407         "entries": [
408           "#minecraft:impermeable",
409           "#c:glass_panes",
410           "#minecraft:mineable/pickaxe"
411         ],
412         "isWhitelist": true
413       },
414       "needsSkyAccess": true,
415       "spawnPos": "BLOCK_SIDES",
416       "gravity": 0.9,
417       "windStrength": 0.5,
418       "stormWindStrength": 1.0,
419       "rotationAmount": 0.0,
420       "lifetime": 3000,
421       "opacity": 0.9,
422       "size": 0.5,
423       "constantScreenSize": false,
424       "renderType": "TRANSLUCENT",
425       "spriteLocations": [
426         "particlerain:rain_0",
427         "particlerain:rain_1",
428         "particlerain:rain_2",
429         "particlerain:rain_3"
430       ],
431       "tintType": "NONE",
432       "customTint": "#000000",
433       "rotationType": "COPY_CAMERA"
434     },
435     {
436       "presetParticleId": "particlerain:shrub",
437       "usePresetParticle": true,
438       "id": "shrub",
439       "enabled": true,
440       "density": 0.002,
441       "weather": "DURING_WEATHER",
442       "precipitation": [
443         "NONE"
444       ],
445       "biomeList": {
446         "entries": [],
447         "isWhitelist": true
448       },
449       "blockList": {
450         "entries": [
451           "#minecraft:camel_sand_step_sound_blocks",
452           "#minecraft:sand",
453           "#minecraft:terracotta",
454           "#c:sandstone_blocks"
455         ],
456         "isWhitelist": true
457       },
458       "needsSkyAccess": true,
459       "spawnPos": "WORLD_SURFACE",
460       "gravity": 0.9,
461       "windStrength": 0.5,
462       "stormWindStrength": 1.0,
463       "rotationAmount": 0.0,
464       "lifetime": 3000,
465       "opacity": 0.9,
466       "size": 0.5,
467       "constantScreenSize": false,
468       "renderType": "TRANSLUCENT",
469       "spriteLocations": [
470         "particlerain:rain_0",
471         "particlerain:rain_1",
472         "particlerain:rain_2",
473         "particlerain:rain_3"
474       ],
475       "tintType": "NONE",
476       "customTint": "#000000",
477       "rotationType": "COPY_CAMERA"
478     },
479     {
480       "presetParticleId": "particlerain:mist",
481       "usePresetParticle": true,
482       "id": "mist_after_rain",
483       "enabled": true,
484       "density": 0.1,
485       "weather": "AFTER_WEATHER",
486       "precipitation": [
487         "RAIN"
488       ],
489       "biomeList": {
490         "entries": [],
491         "isWhitelist": true
492       },
493       "blockList": {
494         "entries": [
495           "#minecraft:dirt"
496         ],
497         "isWhitelist": true
498       },
499       "needsSkyAccess": true,
500       "spawnPos": "WORLD_SURFACE",
501       "gravity": 0.9,
502       "windStrength": 0.5,
503       "stormWindStrength": 1.0,
504       "rotationAmount": 0.0,
505       "lifetime": 3000,
506       "opacity": 0.9,
507       "size": 0.5,
508       "constantScreenSize": false,
509       "renderType": "TRANSLUCENT",
510       "spriteLocations": [
511         "particlerain:rain_0",
512         "particlerain:rain_1",
513         "particlerain:rain_2",
514         "particlerain:rain_3"
515       ],
516       "tintType": "NONE",
517       "customTint": "#000000",
518       "rotationType": "COPY_CAMERA"
519     },
520     {
521       "presetParticleId": "particlerain:mist",
522       "usePresetParticle": true,
523       "id": "mist",
524       "enabled": true,
525       "density": 0.1,
526       "weather": "ALWAYS",
527       "precipitation": [
528         "RAIN"
529       ],
530       "biomeList": {
531         "entries": [
532           "#c:is_wet/overworld",
533           "#c:is_spooky"
534         ],
535         "isWhitelist": true
536       },
537       "blockList": {
538         "entries": [
539           "#minecraft:dirt"
540         ],
541         "isWhitelist": true
542       },
543       "needsSkyAccess": true,
544       "spawnPos": "WORLD_SURFACE",
545       "gravity": 0.9,
546       "windStrength": 0.5,
547       "stormWindStrength": 1.0,
548       "rotationAmount": 0.0,
549       "lifetime": 3000,
550       "opacity": 0.9,
551       "size": 0.5,
552       "constantScreenSize": false,
553       "renderType": "TRANSLUCENT",
554       "spriteLocations": [
555         "particlerain:rain_0",
556         "particlerain:rain_1",
557         "particlerain:rain_2",
558         "particlerain:rain_3"
559       ],
560       "tintType": "NONE",
561       "customTint": "#000000",
562       "rotationType": "COPY_CAMERA"
563     }
564   ],
565   "shrub": {
566     "gravity": 0.2,
567     "windStrength": 0.2,
568     "stormWindStrength": 0.3,
569     "size": 0.5,
570     "rotationAmount": 0.6,
571     "bounciness": 0.2
572   },
573   "ripple": {
574     "opacity": 0.8,
575     "size": 0.25,
576     "resolution": 16,
577     "useResourcepackResolution": true
578   },
579   "streak": {
580     "opacity": 0.9,
581     "size": 0.5
582   },
583   "mist": {
584     "lifetime": 200,
585     "opacity": 1.0,
586     "size": 3.0,
587     "renderStyle": "BLENDED"
588   }
589 }