Files
WeatherChanger/gradle.properties
Lucas Petrino 5ab33b1e63 First progress on forge support
- add forge module
- github actions build and release
- aim for all-in-one jar supporting both fabric and forge

**NOTICE**
Forge support is not currently working.

Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
2024-01-15 23:21:57 +13:00

27 lines
558 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Minecraft Properties
minecraft_version=1.20.1
minecraft_base=1.20.0
yarn_mappings=1.20.1+build.8
# Architectury Properties
enabled_platforms=fabric,forge
# Mod Properties
mod_version = 1.0.0
mod_id = weatherchanger
maven_group = me.lucaslah.weatherchanger
archives_base_name = weather-changer
# Release Properties
# options: none,alpha,beta,release
release_channel=none
# Fabric
fabric.loader_version=0.14.21
fabric.version=0.84.0+1.20.1
# Forge
forge.version=1.20.1-47.0.3