first commit
This commit is contained in:
commit
d0f069bc36
17 changed files with 1217 additions and 0 deletions
16
gradle.properties
Normal file
16
gradle.properties
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.21.8
|
||||
loader_version=0.17.2
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1.0
|
||||
maven_group = io.github.gaming32
|
||||
archives_base_name = opac-bluemap-integration
|
||||
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.133.4+1.21.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue