Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidoni committed Aug 14, 2024
1 parent a85affa commit 9e3d297
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.2+1.21 - 14/08/2024
- Mark version 1.21.1 as supported

# 1.4.1+1.21 - 15/06/2024
- Fix mixin related crash when loading on Forge

Expand Down
3 changes: 2 additions & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": [
"1.21"
"1.21",
"1.21.1"
],
"java": ">=21"
}
Expand Down
2 changes: 1 addition & 1 deletion NeoForge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.+'
id 'net.neoforged.gradle.userdev' version '7.0.145'
id 'java-library'
id "com.matthewprenger.cursegradle" version "1.4.+"
id "com.modrinth.minotaur" version "2.+"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=1.4.1
mod_version=1.4.2
archives_base_name=transmog
group=com.hidoni.transmog

Expand Down Expand Up @@ -32,7 +32,7 @@ mod_id=transmog
curseforge_project_id=848032
modrinth_project_id=Th33t82F
release_type=release
supported_versions=1.21
supported_versions=1.21,1.21.1

# Gradle
org.gradle.jvmargs=-Xmx3G
Expand Down

0 comments on commit 9e3d297

Please sign in to comment.