Version updates
This commit is contained in:
parent
77250a6688
commit
ab0cbcd17a
1 changed files with 7 additions and 11 deletions
|
@ -1,20 +1,16 @@
|
||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=0.10-SNAPSHOT
|
loom_version=0.10-SNAPSHOT
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version= 1.18.2
|
minecraft_version=1.18.2
|
||||||
loader_version= 0.13.3
|
loader_version=0.13.3
|
||||||
fabric_version = 0.48.0+1.18.2
|
fabric_version=0.48.0+1.18.2
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.4.6
|
mod_version=1.4.7
|
||||||
maven_group = ru.bclib
|
maven_group=ru.bclib
|
||||||
archives_base_name = bclib
|
archives_base_name=bclib
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
patchouli_version = 50-FABRIC
|
patchouli_version=50-FABRIC
|
||||||
modmenu_version=3.1.0
|
modmenu_version=3.1.0
|
Loading…
Add table
Add a link
Reference in a new issue