diff --git a/CHANGELOG.md b/CHANGELOG.md index eebf9e2f6..f21ed6729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -# 1.2.12 -- Doors are required to be closed to be able to take off -- Made telepathic control remove fuel on use -- You can't open the doors from the exterior if you're not landed -- Replaced Owolib Config with NeptuneLib's config -- Update NeptuneLib version to 1.3.1 -- Removed some debug logs that were spamming console -- Fixed some bugs and crashes \ No newline at end of file +# 1.2.13 +- Using a linked sonic in TARDIS mode summons the linked tardis if you are within 100 blocks of the exterior +- You can use the sonic without it being linked to a TARDIS +- Added set-max-speed command +- Moved max speed over to PropertiesHandler for future usage +- You can use blaze powder to confirm the console generator +- You can no longer land on the Nether roof \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 6ee57ebb0..bf236f7f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.15.3 # Mod Properties -mod_version = 1.2.12-1.20.1-beta +mod_version = 1.2.13-1.20.1-beta maven_group = mdteam.ait archives_base_name = ait