Skip to content

Commit

Permalink
build: version -> 1902.4.3, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 21, 2023
1 parent 6616acc commit b9dc65f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1902.4.3]

### Added
* Added `/ftbchunks waypoint add <name> <pos> [<color>]` command, to add waypoints from server-side
* Name can contain spaces if it's quoted
* Pos is a standard blockpos spec, e.g. `~ ~ ~` for the player's current pos
* Color is optional; either a chat color or, if omitted, a random color is picked

## [1902.4.2]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon=false
mod_id=ftbchunks
archives_base_name=ftb-chunks
maven_group=dev.ftb.mods
mod_version=1902.4.2
mod_version=1902.4.3
mod_author=FTB Team
minecraft_version=1.19.2
forge_version=43.2.8
Expand Down

0 comments on commit b9dc65f

Please sign in to comment.