Skip to content

Commit

Permalink
Merge branch 'master' into 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 22, 2024
2 parents 110bb58 + cd7d683 commit 3f4985a
Show file tree
Hide file tree
Showing 51 changed files with 1,167 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Please clear changelog after each release.
Thank you!
Put the changelog BELOW the dashes. ANYTHING ABOVE IS IGNORED
hi
-----------------
- Added 27 new rooms for the Catacombs.
- Chains new generate more commonly in Catacombs.
- Fixed a vanilla bug where Powered Rails, Activator Rails, and Detector Rails wouldn't rotate properly in structure generation.
- Cracked and Chiseled Purpur Blocks can now be broken faster with a pickaxe. ([#10](https://github.com/FrozenBlock/TrailierTales/issues/10))
- Fixed a crash where modded boats that aren't implemented the same way as vanilla cause a crash. ([#9](https://github.com/FrozenBlock/TrailierTales/issues/9))
- Removed the leftover `TRAILIER TALES` subtitle from the main menu.
7 changes: 0 additions & 7 deletions CHANGELOG.txt

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

plugins {
id("fabric-loom") version("+")
id("fabric-loom") version("1.8+")
id("org.quiltmc.gradle.licenser") version("+")
id("org.ajoberstar.grgit") version("+")
id("com.modrinth.minotaur") version("+")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ loader_version=0.16.7

# Mod Properties
mod_id = trailiertales
mod_version = 1.0.5
mod_version = 1.1
# protocol version must be changed after each update with dual env changes
protocol_version = 1
maven_group = net.frozenblock
Expand Down
2 changes: 1 addition & 1 deletion gradle/publishing.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ curseforge_id=null

release_type=release
curseforge_minecraft_version=null
changelog_file=CHANGELOG.txt
changelog_file=CHANGELOG.md
Loading

0 comments on commit 3f4985a

Please sign in to comment.