We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c175d commit 47ca173Copy full SHA for 47ca173
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [21.1.3]
8
+
9
+### Added
10
+* Added `RegionFileRelocator#noChunkNBTscan` method to disable chunk NBT scanning during relocation (use with caution!)
11
12
## [21.1.2]
13
14
### Added
gradle.properties
@@ -4,7 +4,7 @@ minecraft_version=1.21.1
enabled_platforms=fabric,neoforge
archives_base_name=ftb-team-bases
-mod_version=21.1.2
+mod_version=21.1.3
maven_group=dev.ftb.mods
mod_author=FTB Team
readable_name=FTB Team Bases
0 commit comments