Описание
# Particular Patches
This mod is a collection of patches for [Particular Fabric](https://modrinth.com/mod/particular). Should work with any minecraft version but only tested on 1.20.1 and 1.21.1. This is not a fork, you need both Particular and Patches installed
## List of fixes
* NoSuchElementException crash fix. Modded projectiles no longer crash the game
* Cascades fix. Cascades now work correctly on multiplayer servers
* Amendments compatibility. Cake eating particles are now displayed correctly when Amendments is installed
## ⚠️ Supplementaries 1.20.1 users, please read this!!!
Supplementaries has marked Particular as incompatible for 1.20.1. Please do this to get rid of the error screen:
1. Create file `fabric_dependency_overrides.json` at `/config/`
2. Open the file in any text editor and paste this:
```json
{
"version": 1,
"overrides": {
"supplementaries": {
"-breaks": {
"particular": "*"
}
}
}
}
```
**PLEASE** do not report this to github issues
## What about Forge / NeoForge?
[Particular Reforged](https://modrinth.com/mod/particular-reforged) is actively maintained and has all those bugs fixed. It also has a Fabric version for minecraft 1.21.5+ which contains these fixes as well