Skip to content

Commit

Permalink
Update version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpensiveKoala committed Apr 19, 2024
1 parent dfe4031 commit d6ffbe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
1.7
## 1.7.2
- Set position of fish before running nbt randomizing. This will fix certain mod entities who determine variant based on position.

## 1.7.1
- Update to 1.20.1

1.6
## 1.6
- Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
- Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
- Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx4G
minecraft_version=1.20.1
archives_base_name=Fishingreal
mod_version=1.20.1-1.7.1
mod_version=1.20.1-1.7.2
maven_group=koala
fabric_loader_version=0.14.21
fabric_api_version=0.85.0+1.20.1
Expand Down

0 comments on commit d6ffbe1

Please sign in to comment.