-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from pluto7073/dev-1.20.1
3.0 Release
- Loading branch information
Showing
104 changed files
with
2,732 additions
and
1,964 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,20 +1,23 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Fabric Properties | ||
# Minecraft Stuff | ||
# check these on https://fabricmc.net/develop | ||
minecraft_version=1.20.1 | ||
yarn_mappings=1.20.1+build.10 | ||
loader_version=0.15.7 | ||
loader_version=0.15.11 | ||
quilt_mappings=23 | ||
parchment_version = 2023.09.03 | ||
|
||
# Mod Properties | ||
mod_version = 1.20.1+3.0-beta.1 | ||
# Mod Thingies | ||
mod_version = 1.20.1+3.0 | ||
maven_group = ml.pluto7073 | ||
archives_base_name = PlutosCoffeeMod-Fabric | ||
|
||
# Dependencies | ||
# Things I might be dependent on | ||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api | ||
fabric_version=0.92.0+1.20.1 | ||
cloth_version=11.1.118 | ||
modmenu_version=7.1.0 | ||
pdapi_version=0.1.3 | ||
pdapi_version=0.2.20 | ||
rei_version=12.0.684 |
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
Oops, something went wrong.