-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
7 changed files
with
76 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,39 @@ | ||
# suppress inspection "UnusedProperty" for whole file | ||
# https://linkie.shedaniel.me/dependencies | ||
|
||
# Java Version | ||
java_version=17 | ||
|
||
# Minecraft Version | ||
minecraft_version=1.20.1 | ||
|
||
# Fabric | ||
# https://fabricmc.net/develop/ | ||
fabric_loader_version=0.14.21 | ||
fabric_api_version=0.85.0+1.20.1 | ||
|
||
# Forge | ||
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.19.html | ||
forge_version=1.20.1-47.1.1 | ||
# Mappings | ||
# https://lambdaurora.dev/tools/import_quilt.html | ||
qm_version = 20 | ||
# https://parchmentmc.org/docs/getting-started | ||
parchment_version = 2023.07.16 | ||
|
||
# ModMenu Version | ||
modmenu_version=7.1.0 | ||
|
||
# Dev Env Optimization Mods | ||
# https://docs.modrinth.com/docs/tutorials/maven/ | ||
# https://www.cursemaven.com/ | ||
|
||
## Fabric | ||
sodium=mc1.20-0.4.10 | ||
lazydfu_fabric=0.1.3 | ||
starlight_fabric=4572096 | ||
|
||
## Forge | ||
# Fabric - https://fabricmc.net/develop/ | ||
fabric_loader_version=0.14.21 | ||
fabric_api_version=0.86.0 | ||
|
||
# Forge - https://files.minecraftforge.net/net/minecraftforge/forge/index_1.19.html | ||
forge_version=47.1.39 | ||
|
||
|
||
# Create | ||
create_fabric_version = 0.5.1-c-build.1113 | ||
create_forge_version = 0.5.1.d-9 | ||
registrate_forge_version = MC1.20-1.3.3 | ||
flywheel_forge_minecraft_version = 1.20 | ||
flywheel_forge_version = 0.6.9-4 | ||
|
||
## Fabric Mods | ||
lazydfu=0.1.3 | ||
#smoothboot_fabric=3821513 | ||
modmenu=7.2.1 | ||
|
||
## Forge Mods | ||
# Better Mods Button - https://www.curseforge.com/minecraft/mc-mods/better-mods-button/files | ||
bmb = 4613425 | ||
# Catalogue - https://www.curseforge.com/minecraft/mc-mods/catalogue/files | ||
catalogue = 4590890 | ||
# FerriteCore - https://www.curseforge.com/minecraft/mc-mods/ferritecore/files | ||
ferritecore = 4574361 | ||
# Smooth Boot | ||
#smoothboot_forge = 3821513 |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# No need to edit this file since it's generated by the build script | ||
# If you need to change versions then edit "mc_versions" in gradle.properties | ||
|
||
PRE_CURRENT_MC_1_19_2= | ||
MC_1_19_2= | ||
POST_MC_1_19_2= | ||
POST_CURRENT_MC_1_19_2= | ||
PRE_MC_1_20_1= | ||
PRE_CURRENT_MC_1_20_1= | ||
MC_1_20_1= | ||
POST_CURRENT_MC_1_20_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
accessWidener v2 named | ||
# Do not edit this file. It is automatically generated by the build script. Edit 1_19_2.createunlimited.aw instead! | ||
# Do not edit this file. It is automatically generated by the build script. Edit 1_20_1.createunlimited.aw instead! |
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