-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved save call to the synchronous part. Still have to figure out how…
… to deal with #81.....
- Loading branch information
1 parent
354c83f
commit 1eb4073
Showing
2 changed files
with
16 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
minecraft_version=1.20 | ||
yarn_mappings=1.20+build.1 | ||
loader_version=0.14.21 | ||
minecraft_version=1.20.1 | ||
yarn_mappings=1.20.1+build.10 | ||
loader_version=0.14.22 | ||
|
||
#Fabric api | ||
fabric_version=0.83.0+1.20 | ||
fabric_version=0.88.1+1.20.1 | ||
|
||
#Cloth Config | ||
cloth_version=11.0.98 | ||
cloth_version=11.1.106 | ||
|
||
#ModMenu | ||
modmenu_version=7.0.0-beta.2 | ||
modmenu_version=7.2.2 | ||
|
||
databreaker_version=0.2.10 | ||
|
||
#Hash of commit form which parallel gzip will be build | ||
pgzip_commit_hash=af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6 | ||
|
||
# Mod Properties | ||
mod_version = 3.1.0 | ||
mod_version = 3.1.1 | ||
maven_group = net.szum123321 | ||
archives_base_name = textile_backup |
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