blob: b19bbb1c2b36759e95906612c4115e61a735829d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
org.gradle.jvmargs=-Xmx1G
# Fabric Properties (https://fabricmc.net/versions.html)
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
#Fabric api
fabric_version=0.43.1+1.18
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
clothconfig_version=6.0.42
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
mod_menu_version=3.0.0
# Mod Properties
mod_version = 1.4.1
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ
|