Skip to content

Commit

Permalink
Bump to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Apr 8, 2023
1 parent 91d44ed commit a26c399
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Added

### Changed
* Datapack settings changes now update without a client restart.

### Deprecated

### Removed

### Fixed

## [4.3.1] - 2023-04-08

### Changed
* Datapack settings changes now update without a client restart.

### Fixed
* Ferns added to the Day Trader advancement for Acacia Tree starts (#101).
* Removed injection into Fabric API internals which fixes Quilt support (#94).
Expand Down Expand Up @@ -63,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
* Anvils converting Coal into Diamonds now works better with larger-than-vanilla max stack sizes.
* Nether portals once again only generate Netherrack/Nylium when forced.

[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.0...HEAD
[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.1...HEAD
[4.3.1]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.0...v4.3.1
[4.3.0]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/jsorrell/carpetskyadditions/releases/tag/v4.2.0
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
mod_id=carpetskyadditions
mod_name=Carpet Sky Additions
repository=https://github.com/jsorrell/CarpetSkyAdditions
mod_version=4.3.0
mod_version=4.3.1
java_version=17
# Fabric Properties
# see https://fabricmc.net/develop/
minecraft_version=1.19.4
compatible_minecraft_versions=>=1.19.4 <1.20
loader_version=0.14.17
loader_version=0.14.19
# Fabric Api
fabric_version=0.76.0+1.19.4
fabric_version=0.77.0+1.19.4
# see https://parchmentmc.org/docs/getting-started
parchment_mappings=1.19.3:2023.03.12
# see https://masa.dy.fi/maven/carpet/fabric-carpet/
Expand Down

0 comments on commit a26c399

Please sign in to comment.