Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Dec 8, 2024
1 parent 0903d4a commit 894d4ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2] - 2024-12-08
### Changed
- Updated to 1.21.4

## [1.2.1] - 2024-09-25
### Added
- `/message-to-vanilla` command for converting messages to vanilla json text
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.2-rc2
loader_version=0.16.7
minecraft_version=1.21.4
loader_version=0.16.9
# Mod Properties
mod_version=1.2.1
mod_version=1.2.2
maven_group=me.drex
archives_base_name=fabric-essentials
# Dependencies
fabric_version=0.106.1+1.21.2
permission_api_version=0.3.1
fabric_version=0.111.0+1.21.4
permission_api_version=0.3.3
sgui_version=1.7.0+1.21.2
placeholder_api_version=2.5.0+1.21.2
player_data_api_version=0.6.0+1.21
placeholder_api_version=2.5.1+1.21.3
player_data_api_version=0.7.0+1.21.3
common_protection_api_version=1.0.0
message_api_version=0.2.4-1.21

0 comments on commit 894d4ca

Please sign in to comment.