Skip to content

Commit

Permalink
build: version -> 2001.2.0, changelog updated
Browse files Browse the repository at this point in the history
Bumped ftb lib dep version to 2001.1.4
  • Loading branch information
desht committed Nov 13, 2023
1 parent e6080c4 commit 4cdacb2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ 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.1.8]
## [2001.2.0]

### Added
* Added a new Task Screen Configurator item, which can be used to remote-configure a Task Screen
* Sneak + right-click a Task Screen with the configurator to bind it
* Right-click the configurator to configure the Task Screen
* Right-click the configurator to configure the bound Task Screen
* Limitation: Task Screen must be currently loaded and in same dimension as player
* Added a new "Sequential Task Completion" quest setting (and chapter default)
* When true, tasks in the quest must be completed in the order they were added to the quest
* Later tasks won't even be shown (outside edit mode) in the quest view panel until previous tasks are completed
* Added "Insert Link" button in the multiline quest editor
* This allows quest "hyperlinks" to be embedded in quest text; when clicked, the quest view jumps to the linked quest
* Prompts for a quest ID to link to when selected; ID's can be obtained by right-clicking any quest and selected "Copy ID"

### Fixed
* Item Reward icons in the quest view panel had no tooltip with default settings
* Fixed chapter & chapter group deletions not persisting correctly (deleted chapters & groups reappeared after a server restart)

## [2001.1.7]

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.1.3-build.1",
"ftblibrary": ">=2001.1.4",
"ftbteams": ">=2001.1.4-build.1",
"itemfilters": ">=2001.1.0-build.55"
},
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.1.3,)"
versionRange = "[2001.1.4,)"
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.1.8
mod_version=2001.2.0
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.0.43
# Deps
ftb_library_version=2001.1.3
ftb_library_version=2001.1.4
ftb_teams_version=2001.1.4
itemfilters_version=2001.1.0-build.55
# Optional deps
Expand Down

0 comments on commit 4cdacb2

Please sign in to comment.