mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-04-29 13:04:08 -05:00
Initial commit
This commit is contained in:
commit
5bd7750177
24 changed files with 1627 additions and 0 deletions
17
gradle.properties
Normal file
17
gradle.properties
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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.18.1
|
||||
yarn_mappings=1.18.1+build.12
|
||||
loader_version=0.12.12
|
||||
fabric_version=0.45.0+1.18
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.1.0
|
||||
maven_group=me.tibinonest.mods
|
||||
archives_base_name=cauldron-dying
|
||||
|
||||
# Dependencies
|
||||
sodium_version=mc1.18-0.4.0-alpha5
|
Loading…
Add table
Add a link
Reference in a new issue