mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
Port to Architectury
Yes, that also means Forge! And yes, this was pain. And no, the file size has not increased much!
This commit is contained in:
31
gradle.properties
Executable file → Normal file
31
gradle.properties
Executable file → Normal file
@@ -1,18 +1,19 @@
|
||||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.jvmargs=-Xmx4096M
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.19-rc2
|
||||
yarn_mappings=1.19-rc2+build.1
|
||||
loader_version=0.14.6
|
||||
minecraft_version=1.19.2
|
||||
enabled_platforms=quilt,fabric,forge
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 0.6.2
|
||||
maven_group = eu.midnightdust
|
||||
archives_base_name = midnightlib
|
||||
archives_base_name=midnightlib
|
||||
mod_version=1.0.0
|
||||
maven_group=eu.midnightdust
|
||||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version=0.55.1+1.19
|
||||
mod_menu_version = 4.0.0-beta.4
|
||||
architectury_version=6.2.43
|
||||
|
||||
fabric_loader_version=0.14.9
|
||||
fabric_api_version=0.59.0+1.19.2
|
||||
|
||||
forge_version=1.19.2-43.0.8
|
||||
|
||||
quilt_loader_version=0.17.2-beta.3
|
||||
quilt_fabric_api_version=4.0.0-beta.7+0.59.0-1.19.2
|
||||
mod_menu_version = 4.0.6
|
||||
|
||||
Reference in New Issue
Block a user