Skip to content

Commit

Permalink
Update mixin javas & depended MC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneelawk committed Apr 26, 2024
1 parent b3bf7be commit 7d816b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"depends": {
"minecraft": [">=1.20- <1.21-"],
"minecraft": [">=1.20.5- <1.21-"],
"fabricloader": ">=0.4.0",
"fabric": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/libblockattributes_core.client.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "alexiil.mc.lib.attributes.mixin.impl.mx",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_21",
"client": [
"ClientWorldMixin"
],
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/libblockattributes_core.common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "alexiil.mc.lib.attributes.mixin.impl.mx",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ServerWorldMixin"
],
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/libblockattributes_fluid.client.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "alexiil.mc.lib.attributes.fluid.mixin.impl",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_21",
"client": [
"RenderLayerAccessor"
],
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/libblockattributes_fluid.common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "alexiil.mc.lib.attributes.fluid.mixin.impl",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_21",
"mixins": [
"FlowableFluidAccessor",
"BiomeEffectsAccessor",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/libblockattributes_item.common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "alexiil.mc.lib.attributes.item.mixin.impl",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_21",
"mixins": [
"HopperBlockEntityMixin",
"DropperBlockMixin"
Expand Down

0 comments on commit 7d816b1

Please sign in to comment.