Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriyaShiine committed Dec 8, 2024
1 parent 4ea3f2d commit 05c2b77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.14.0'
}

Expand Down Expand Up @@ -27,7 +27,9 @@ loom {
}

fabricApi {
configureDataGeneration()
configureDataGeneration() {
client = true
}
}

repositories {
Expand Down Expand Up @@ -59,7 +61,6 @@ dependencies {
}
modLocalImplementation "maven.modrinth:sodium:${sodium_version}"
modCompileOnly "maven.modrinth:iris:${iris_version}"
// modCompileOnly "maven.modrinth:spectrum:${spectrum_version}"

modRuntimeOnly "com.terraformersmc:modmenu:${mod_menu_version}"
}
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 1.21.4-r1
------------------------------------------------------
- update to 1.21.4

------------------------------------------------------
Version 1.21.2-r6
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version = 1.21.4
yarn_mappings = 1.21.4+build.1
loader_version = 0.16.9
# Mod Properties
mod_version = 1.21.2-r6
mod_version = 1.21.4-r1
maven_group = moriyashiine
archives_base_name = enchancement
# Dependencies
Expand Down

0 comments on commit 05c2b77

Please sign in to comment.