generated from Fallen-Breath/fabric-mod-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9761f6f
commit f3b5ccd
Showing
6 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
"1.20.2", | ||
"1.20.4", | ||
"1.20.6", | ||
"1.21" | ||
"1.21.1" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
versions/1.21/gradle.properties → versions/1.21.1/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# Fabric Properties | ||
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21 | ||
minecraft_version=1.21 | ||
yarn_mappings=1.21+build.7 | ||
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.1 | ||
minecraft_version=1.21.1 | ||
yarn_mappings=1.21.1+build.3 | ||
|
||
# Fabric Mod Metadata | ||
minecraft_dependency = 1.21.x | ||
malilib_dependency = >=0.18.0 | ||
|
||
# Build Information | ||
# The target mc versions for the mod during mod publishing, separated with \n | ||
game_versions = 1.21 | ||
game_versions = 1.21\n1.21.1 | ||
|
||
# Dependencies | ||
fabric_api_version = 0.100.4+1.21 | ||
fabric_api_version = 0.102.1+1.21.1 | ||
|
||
# https://masa.dy.fi/maven/fi/dy/masa/malilib/ | ||
# https://jitpack.io/#sakura-ryoko/malilib | ||
malilib_version = 1.21-sakura.8 | ||
malilib_version = malilib-fabric-1.21.1:0.21.0 | ||
|
||
# https://legacy.curseforge.com/minecraft/mc-mods/tweakeroo/files | ||
# https://jitpack.io/#sakura-ryoko/tweakeroo | ||
tweakeroo_file_id = 1.21-sakura.18 | ||
# tweakeroo-fabric-1.21.1-0.21.50.jar | ||
tweakeroo_file_id = 5647797 | ||
|
||
# https://legacy.curseforge.com/minecraft/mc-mods/item-scroller/files | ||
# https://jitpack.io/#sakura-ryoko/itemscroller | ||
itemscroller_file_id = 1.21-sakura.4 | ||
# itemscroller-fabric-1.21.1-0.24.50.jar | ||
itemscroller_file_id = 5647786 | ||
|
||
# https://legacy.curseforge.com/minecraft/mc-mods/litematica/files | ||
# https://jitpack.io/#sakura-ryoko/litematica | ||
litematica_file_id = 1.21-sakura.23 | ||
# litematica-fabric-1.21.1-0.19.50.jar | ||
litematica_file_id = 5647809 | ||
|
||
# https://legacy.curseforge.com/minecraft/mc-mods/minihud/files | ||
# https://jitpack.io/#sakura-ryoko/minihud | ||
minihud_file_id = 1.21-sakura.9 | ||
# minihud-fabric-1.21.1-0.32.50.jar | ||
minihud_file_id = 5647790 | ||
|
||
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/ | ||
mod_menu_version = 11.0.1 |
File renamed without changes.