Skip to content

Commit

Permalink
build: updated to MC 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 14, 2024
1 parent 44d5628 commit 39c52bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.1.1]
## [2101.1.0]

### Changed
* Minecraft 1.21.1 is now required; this no longer supports Minecraft 1.21

### Added
* Sidebar buttons for this and other FTB mods can now be enabled/disabled/rearranged (new functionality in FTB Library 2101.1.0)

## [2100.1.1]

### Added
* The waypoint manager screen has had a facelift
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ readable_name=FTB Chunks
maven_group=dev.ftb.mods
mod_author=FTB Team

mod_version=2100.1.1
minecraft_version=1.21
mod_version=2101.1.0
minecraft_version=1.21.1

# Deps
#forge_version=50.0.9
neoforge_version=21.0.157
neoforge_version_range=[21.0.143,)
neoforge_version=21.1.9
neoforge_version_range=[21.1.0,)
neoforge_loader_version=4
fabric_loader_version=0.15.11
fabric_api_version=0.100.8+1.21
fabric_api_version_range=>=0.100.1+1.21
architectury_api_version=13.0.2

ftb_library_version=2100.1.3
ftb_library_version=2101.1.0-SNAPSHOT
ftb_teams_version=2100.1.0

curseforge_id_forge=314906
Expand Down

0 comments on commit 39c52bf

Please sign in to comment.