Skip to content

Commit

Permalink
chore: update fabric mod metadata and compatibilityLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Aug 9, 2024
1 parent 12e7b85 commit 442eccb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/accessor.mixin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "one.oktw.galaxy.mixin.accessor",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_21",
"mixins": [
"BeaconLevelAccessor",
"PlayerAbilitiesAccessor",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"recipe.mixin.json"
],
"depends": {
"minecraft": "1.20.x",
"fabricloader": ">=0.14.21",
"minecraft": "1.21.x",
"fabricloader": ">=0.15.11",
"fabric": ">=0.83.0"
},
"suggests": {}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/galaxy.mixin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "one.oktw.galaxy.mixin.event",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_21",
"mixins": [
"MixinPlayerAction_NetworkHandler",
"MixinPlayerChat_MeCommand",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/recipe.mixin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "one.oktw.galaxy.mixin.recipe",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_21",
"mixins": [
"MixinCustomRecipe_CraftingResultSlot",
"MixinCustomRecipe_RecipeManager"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/tweak.mixin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "one.oktw.galaxy.mixin.tweak",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_21",
"mixins": [
"MixinAsyncChunk_ChunkPosDistanceLevelPropagator",
"MixinAsyncChunk_RegionBasedStorage",
Expand Down

0 comments on commit 442eccb

Please sign in to comment.