mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
new: mod
This commit is contained in:
parent
e2246761dd
commit
7d37cc3c87
18 changed files with 783 additions and 1 deletions
21
gradle.properties
Normal file
21
gradle.properties
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.19
|
||||
loader_version=0.14.8
|
||||
fabric_version=0.57.0+1.19
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.0
|
||||
maven_group = com.example
|
||||
archives_base_name = fabric-example-mod
|
||||
|
||||
# Dependencies
|
||||
modmenu_version = 4.0.0
|
||||
lazydfu_version = 0.1.3
|
||||
starlight_version = 1.1.1+1.19
|
||||
lithium_version = mc1.19-0.8.1
|
||||
sodium_version = mc1.19-0.4.2
|
||||
spark_version = 1.9.13-fabric
|
Loading…
Add table
Add a link
Reference in a new issue