Skip to content

Commit

Permalink
Marked as incompatible with MC 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Oct 23, 2024
1 parent def0a39 commit 826d653
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Whenever possible, the mod will show a warning after toggling one of them, and o
However, some type of packs cannot be detected, and no warning will be displayed for those.

### Registry Packs
The new type of packs introduced in MC 1.21. Packs that add data to registries (painting variants, etc), **are not detected by the mod**, but still require a world restart to fully take effects.
The new type of packs introduced in MC 1.21, those packs which add data to registries (painting variants, etc), **are not detected by the mod**, but still require a world restart to fully take effects.

Toggling these packs may cause some errors in the log, but those are benign so long as you restart the world immediately afterward. This behaviour is no different from using the `/datapack` command.

Expand All @@ -27,4 +27,4 @@ The Vanilla datapack can technically be disabled, but you probably don't want to
Doing so will usually break worlds unless you know exactly what you are doing.
An additional warning screen will appear when trying to disable this pack.

If you can't load a world after having disabled the Vanilla datapack, loading it in Safe Mode should be able to restore it.
If you can't load a world after having disabled the Vanilla datapack, loading it in Safe Mode should be able to restore it.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
- The menu buttons are now accessible via Mod Menu.
### 2.0.1
- Added Traditional Chinese (zh_tw)
### 2.0.2
- Updated for MC 1.21.2
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ loader_version=0.15.11
fabric_version=0.100.7+1.21

# Mod Properties
mod_version=2.0.1
mod_version=2.0.2
maven_group=fr.estecka.packrulemenus
archives_base_name=packrule-menus

Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"contact": {
"homepage": "https://modrinth.com/mod/packrule-menus",
"sources": "https://github.com/Estecka/mc-PackRule-Menus"
"sources": "https://github.com/Estecka/mc-PackRule-Menus",
"issues": "https://github.com/Estecka/mc-PackRule-Menus/issues"
},
"license": "MIT",
"icon": "assets/packrule-menus/icon.png",
Expand All @@ -26,7 +27,7 @@
"packrule-menus.mixins.json"
],
"depends": {
"minecraft": "^1.20.5",
"minecraft": ">=1.20.5 <1.21.2",
"fabricloader": ">=0.15.11",
"java": ">=21"
},
Expand Down

0 comments on commit 826d653

Please sign in to comment.