Open Atmois opened 1 year ago
Still exists for Patchouli-1.20.1-84-FABRIC.jar
Did some digging after I ran into the above error. Also related issues tickets: #198 #200
Unlike the BetterEnd fix there is no books to migrate for 1.20+ All that is currently is in place looks like place holder configuration inherited from pre fork 4 years ago https://github.com/quiqueck/BetterNether/blob/1.20.3/src/main/resources/data/betternether/patchouli_books/betternether_book/book.json
{
"name": "BOOK NAME",
"landing_text": "LANDING TEXT",
"version": 1,
"creative_tab": "betternether"
}
So to resolve this: remove support for Patchouli as no feature is currently implemented or Create content for the BetterNether guidebook and then updating as per 1.20+ assets requirements for Patchouli as detailed in https://vazkiimods.github.io/Patchouli/docs/upgrading/upgrade-guide-120
for players and server operators no action is needed
See this PR for removing the unused patchouli resources: https://github.com/quiqueck/BetterNether/pull/266
What happened?
Patchouli fails to load due to seemimly a change which throws an error in the console, BetterEnd has the same issue seemimly.
Bug report for the issue in BetterEnd here: https://github.com/quiqueck/BetterEnd/issues/287 https://github.com/quiqueck/BetterEnd/issues/278
This seems to outline how to fix it: https://vazkiimods.github.io/Patchouli/docs/upgrading/upgrade-guide-120
BetterNether
9.0.9
BCLib
3.0.13
Fabric API
7.0.6+0.85.0-1.20.1 (QFAPI)
Fabric Loader
0.19.3 (Quilt)
Minecraft
1.20.1
Relevant log output
Other Mods