Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
#	gradle.properties
#	gradle/wrapper/gradle-wrapper.properties
#	src/main/java/pearltickets/mixins/EnderPearlEntityMixin.java
  • Loading branch information
SunnySlopes committed Jun 22, 2023
2 parents 49b46f5 + 5288b81 commit e70754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],

"depends": {
"minecraft": "1.19.x"
"minecraft": "1.19.4"
}
}

2 comments on commit e70754a

@Eth189hunt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey this is keeping the 1.20 from working. If you change this then the mod works.

@SunnySlopes
Copy link
Owner Author

@SunnySlopes SunnySlopes commented on e70754a Jul 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean you want 1.20.0(published at 23.06.07) instead of 1.20.1? If so, then I would open a new branch for it and publish a new .jar later.

Please sign in to comment.