Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxydog committed Jun 14, 2024
1 parent 9b6dbd6 commit ac3d603
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Update to 1.21. Set up Gradle tasks for publishing to both GitHub and Modrinth.
- Added and configured the `minotaur` plugin.
- Added and configured the `github-release` plugin.

# Minor Patch 1.4.1

Improve mappings, use latest Fabric API for the test mod.

## Internal Changes

- Added the `release` Gradle task to automate both GitHub and Modrinth publishing.
- Updated Minecraft mappings.
- Updated Fabric API version.

---

# Minor Release 1.3.0
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ org.gradle.parallel = true

# Fabric properties
minecraft_version = 1.21
yarn_mappings = 1.21+build.1
yarn_mappings = 1.21+build.2
loader_version = 0.15.11

# Mod Properties
mod_version = 1.4.0
mod_version = 1.4.1
maven_group = dev.jaxydog.lodestone
archives_base_name = lodestone
modrinth_id = lodestone-lib
publish_debug = true
publish_debug = false

# Dependency versions
fabric_version = 0.100.0+1.21
fabric_version = 0.100.1+1.21

0 comments on commit ac3d603

Please sign in to comment.