Backward port to Fabric 1.15.2 (from Fabric 1.16.1)
This commit is contained in:
parent
dd1f360dd8
commit
0a6136ce9c
43 changed files with 5431 additions and 0 deletions
12
fabric-1.15.2/gradle.properties
Normal file
12
fabric-1.15.2/gradle.properties
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.15.2
|
||||
yarn_mappings=1.15.2+build.17
|
||||
loader_version=0.10.1+build.209
|
||||
# Mod Properties
|
||||
archives_base_name=Dynmap
|
||||
# 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.23.0+build.328-1.15
|
||||
Loading…
Add table
Add a link
Reference in a new issue