Import Beem 1.3.8 (for Minecraft 1.20.5)
This commit is contained in:
parent
39219d9f42
commit
a0f9352bbc
20 changed files with 728 additions and 0 deletions
24
Beem/gradle.properties
Normal file
24
Beem/gradle.properties
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue