Skip to content

Commit

Permalink
fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Sep 12, 2024
1 parent ce54ef4 commit 9670257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- add forge and neoforge support
- change modid from better-boat-movement to bbm
- add 1.19 support
- fix crash on startup on fabric
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ mod.id=bbm
mod.name=BetterBoatMovement
mod.description=Increases boat step height to move up water and blocks
mod.beta=0
mod.major-version=2.2.1
mod.major-version=2.2.2
mod.mixins=bbm.mixins.json
mod.supported-loaders=fabric,quilt,neoforge,forge
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"modmenu": "${modmenu}"
},
"entrypoints": {
"client": [
"main": [
{
"adapter": "kotlin",
"value": "dev.nyon.bbm.BetterBoatMovementEntrypoint"
Expand Down

0 comments on commit 9670257

Please sign in to comment.