mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-02 19:47:50 +00:00
- 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>
27 lines
558 B
Properties
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 |