Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ja-ja committed Dec 25, 2024
2 parents c5fc90c + cb1c165 commit 4a7f352
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 2 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stonecutter {
mc("1.20.4", "fabric", "forge", "paper")
mc("1.20.6", "fabric", "forge", "neoforge", "paper")
mc("1.21.3", "fabric", "forge", "neoforge", "paper")
mc("1.21.4", "fabric", "forge", "neoforge")
}
create(rootProject)
}
3 changes: 3 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"fabric-1.20.4",
"fabric-1.20.6",
"fabric-1.21.3",
"fabric-1.21.4",

"forge-1.14.4",
"forge-1.15.2",
Expand All @@ -19,9 +20,11 @@
"forge-1.20.4",
"forge-1.20.6",
"forge-1.21.3",
"forge-1.21.4",

"neoforge-1.20.6",
"neoforge-1.21.3",
"neoforge-1.21.4",

"paper-1.19.4",
"paper-1.20.4",
Expand Down
Binary file modified src/main/resources/assets/kyoyu/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion stonecutter.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "dev.kikugie.stonecutter"
}
stonecutter.active "fabric-1.21.3"
stonecutter.active "fabric-1.21.4"

stonecutter.registerChiseled tasks.register("build-all", stonecutter.chiseled) {
setGroup "project"
Expand Down
2 changes: 1 addition & 1 deletion versions/fabric-1.21.3/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ game_versions=1.21\n1.21.1\n1.21.2\n1.21.3

# Dependencies
fabric_api_version=0.110.0+1.21.3
modmenu_version=12.0.0-beta.1
modmenu_version=12.0.0
malilib_version=0.22.0
litematica_version=0.20.0
21 changes: 21 additions & 0 deletions versions/fabric-1.21.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.4
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2
platform=fabric
loom.platform=fabric

# Mod Metadata
# https://fabricmc.net/versions.html
fabric_loader_version=0.16.8
minecraft_dependency=>=1.21.4

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.4

# Dependencies
fabric_api_version=0.113.0+1.21.4
modmenu_version=13.0.0-beta.1
malilib_version=0.22.0
litematica_version=0.20.0
15 changes: 15 additions & 0 deletions versions/forge-1.21.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.4
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2
platform=forge
loom.platform=forge

# Mod Metadata
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.21.4.html
forge_version=54.0.12
minecraft_dependency=[1.21.4, )

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.4
17 changes: 17 additions & 0 deletions versions/neoforge-1.21.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.4
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2
platform=neoforge
loom.platform=neoforge
# https://maven.architectury.dev/dev/architectury/yarn-mappings-patch-neoforge/
yarn_mappings_patch=1.21+build.4

# Mod Metadata
# https://projects.neoforged.net/neoforged/neoforge
neoforge_version=21.4.42-beta
minecraft_dependency=[1.21.4, )

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.4

0 comments on commit 4a7f352

Please sign in to comment.