From bbdd8e1c4d2cc69c04e72becfecd8bbb01004456 Mon Sep 17 00:00:00 2001
From: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
Date: Sat, 24 Aug 2024 13:39:05 -0700
Subject: [PATCH] Remove ModernFix config recommendation
This was a non-crucial adjustment, and ModernFix will apply it automatically when detecting Moonrise in the next version.
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 59e99a6..ffeffcb 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,10 @@ patches. Listed below are notable patches:
- Random ticking optimisations
- [Starlight](https://github.com/PaperMC/Starlight/)
-## Mod Compatibility
-| Mod | Compatibility |
+## Known Compatibility Issues
+| Mod | Status |
|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| FerriteCore | 📝 requires config changes
In `config/ferritecore-mixin.toml`:
Set `replaceNeighborLookup` and `replacePropertyMap` to `false` |
-| ModernFix | 📝 requires config changes
In `config/modernfix-mixins.properties`:
Add `mixin.bugfix.paper_chunk_patches=false` |
| Lithium | ❌ incompatible |
| C2ME | ❌ incompatible |