Skip to content

Commit

Permalink
version -> 2001.4.1, changelog updated
Browse files Browse the repository at this point in the history
updated ftb library dep version to 2001.2.1
  • Loading branch information
desht committed Apr 22, 2024
1 parent f4f7d72 commit f17e1a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [2001.4.1]

### Fixed
* Fixed popup textfield for Checkbox task creation not rendering (more precisely, rendering off-screen...)
* Requires FTB Library 2001.2.1, which also contains several GUI-related fixes
* Fixed client crash when double-clicking some long text lines for editing in the view quest panel
* Fixed keypresses getting ignored after popup textfields (e.g. creating Checkbox tasks) are dismissed
* Fixed popup textfields rendering partially offscreen under some circumstances

## [2001.4.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fabric": "*",
"minecraft": "~1.20.1",
"architectury": ">=9.0.8",
"ftblibrary": ">=2001.2.0",
"ftblibrary": ">=2001.2.1",
"ftbteams": ">=2001.1.4-build.1"
},
"breaks": {
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ side = "BOTH"
[[dependencies.ftbquests]]
modId = "ftblibrary"
mandatory = true
versionRange = "[2001.2.0,)"
versionRange = "[2001.2.1,)"
ordering = "AFTER"
side = "BOTH"

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod_id=ftbquests
archives_base_name=ftb-quests
minecraft_version=1.20.1
# Build time
mod_version=2001.4.0
mod_version=2001.4.1
maven_group=dev.ftb.mods
mod_author=FTB Team
# Curse release
Expand All @@ -18,7 +18,7 @@ fabric_loader_version=0.14.21
fabric_api_version=0.83.1+1.20.1
forge_version=47.2.19
# Deps
ftb_library_version=2001.2.0
ftb_library_version=2001.2.1
ftb_teams_version=2001.3.0
# Optional deps
teamreborn_energy_version=3.0.0

0 comments on commit f17e1a9

Please sign in to comment.