|
1 | 1 | # AsyncParticles
|
2 | 2 |
|
| 3 | +- [中文](./README_zh.md)|English |
3 | 4 | - [Downloads](https://github.com/Harveykang/AsyncParticles/releases)
|
4 | 5 |
|
5 | 6 | ## Features
|
6 | 7 |
|
7 | 8 | - Minecraft
|
8 |
| - - Async particle ticking/rendering(buffer filling). |
| 9 | + - Async particle ticking/rendering(buffer filling). |
| 10 | + - Async particle light cache. |
9 | 11 | - Async client block entity ticking.
|
10 | 12 | - Valkyrien Skies + Pretty Rain/Particle Rain
|
11 | 13 | - Weather particles now collide with ships.
|
|
19 | 21 | - ModernFix
|
20 | 22 | - Sodium/Embeddium
|
21 | 23 | - Flerovium
|
22 |
| -- Startlight |
| 24 | +- Startlight/ScalableLux |
23 | 25 |
|
24 | 26 | ## Mod Compatability
|
25 | 27 |
|
| 28 | +🔄️: Work in progress |
26 | 29 | ✅: Compatible
|
27 | 30 | ❔: Works fine, but not fully tested
|
28 | 31 | ⚠️: More testing needed
|
29 |
| -🔄️: Work in progress |
30 | 32 | ❌: Not Compatible
|
31 | 33 |
|
32 | 34 | ### Mods Tested
|
33 | 35 |
|
34 | 36 | ✅ Forge + Sinytra Connector
|
35 | 37 | ✅ Fabric
|
36 |
| -✅ ModernFix (Fabric/Forge) |
37 |
| -✅ Sodium/Embeddium (Fabric/Forge) |
38 |
| -✅ Flerovium (Forge) |
39 |
| -✅ Brute force Rendering Culling (Fabric/Forge) |
40 |
| -✅ Iris/Oculus (Fabric/Forge) |
41 |
| -✅ Startlight (Fabric/Forge) |
42 |
| -⚠️ Create (Fabric/Forge) |
43 |
| -✅ Valkyrien Skies (Fabric/Forge) |
44 |
| -✅ Particle Rain/Pretty Rain (Fabric/Forge) |
45 |
| -❔ Effectual (Fabric) |
46 |
| -❔ Effective/Effecticularity (Fabric/Forge) |
47 |
| -❔ Particular (Fabric/Forge) |
48 |
| -✅ MmmMmmMmmMmm (Target Dummy) (Fabric/Forge) |
49 |
| -✅ Hex Casting (Fabric/Forge) |
50 |
| -❌ MadParticle (Forge) |
| 38 | +✅ ModernFix |
| 39 | +✅ Sodium/Embeddium |
| 40 | +✅ Flerovium |
| 41 | +✅ Brute force Rendering Culling |
| 42 | +✅ Iris/Oculus |
| 43 | +✅ Startlight |
| 44 | +✅ Valkyrien Skies |
| 45 | +✅ Particle Rain/Pretty Rain |
| 46 | +✅ MmmMmmMmmMmm (Target Dummy) |
| 47 | +✅ Hex Casting |
| 48 | +⚠️ Create |
| 49 | +❔ Effectual |
| 50 | +❔ Effective/Effecticularity |
| 51 | +❔ Particular |
| 52 | +❔ Epic Fight |
| 53 | +❔ Draconic Evolution |
| 54 | +❔ Gateways to Eternity |
| 55 | +❌ MadParticle |
51 | 56 | ⬜ ...
|
52 | 57 |
|
53 | 58 | ## Credits
|
54 | 59 |
|
55 | 60 | - [MixinSquared](https://github.com/Bawnorton/MixinSquared)
|
56 | 61 | - [MixinExtras](https://github.com/LlamaLad7/MixinExtras)
|
| 62 | +- [MixinConstraints](https://github.com/Moulberry/MixinConstraints) |
0 commit comments