24 lines
556 B
Properties
24 lines
556 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
minecraft_version=1.20.5
|
|
yarn_mappings=1.20.5+build.1
|
|
loader_version=0.15.10
|
|
|
|
# Fabric api
|
|
fabric_version=0.97.6+1.20.5
|
|
|
|
# Mod Properties
|
|
mod_version = 1.3.8
|
|
maven_group = io.github.ladysnake
|
|
archives_base_name = beem
|
|
|
|
#Publishing
|
|
owners = Ladysnake
|
|
license_header = CC-BY-NC-SA+4.0
|
|
curseforge_id = 358105
|
|
curseforge_versions = 1.17
|
|
cf_requirements = fabric-api
|
|
release_type = release
|
|
changelog_url = https://github.com/Yuuki2012/Beem/blob/1.17/CHANGELOG.md
|