Skip to content

Commit

Permalink
Indicate 1.21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jun 14, 2024
1 parent 43a3bf9 commit 51670f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## CustomPlayerHeads
Small Fabric mod to drop player heads upon player death - or get them via a command - that's compatible with Bedrock players joined through Geyser, or other mods changing the skin while in-game; e.g. FabricTailor.

## Supported versions: 1.20.6 Fabric
## Supported versions: 1.20.6, 1.21 Fabric
Availble on Modrinth:
#### https://modrinth.com/mod/customplayerheads

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/customplayerheads.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"server": [
"LivingEntityMixin"
],
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"injectors": {
"defaultRequire": 1
},
Expand Down

0 comments on commit 51670f2

Please sign in to comment.