forked from MinecraftFreecam/Freecam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
41 lines (36 loc) · 1.34 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
org.gradle.jvmargs=-Xmx4G
mod_version=1.2.2
maven_group=net.xolt.freecam
authors=hashalite
description=A highly customizable freecam mod.
modrinth_name=(Modrinth Edition)
modrinth_description=Some features have been restricted to comply with Modrinth's Content Rules.
licence=MIT
homepage_url=https://www.curseforge.com/minecraft/mc-mods/free-cam
source_code_url=https://github.com/hashalite/Freecam
issue_tracker_url=https://github.com/hashalite/Freecam/issues
enabled_platforms=fabric,neoforge
build_variants=normal,modrinth
# Check versions on:
# https://discord.architectury.dev
# https://modmuss50.me/fabric.html
# https://projects.neoforged.net/neoforged/neoforge
# https://maven.parchmentmc.org/org/parchmentmc/data
# Forge dependencies use maven's version range spec:
# https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
minecraft_version=1.20.4
parchment_version=1.20.2-2023.12.10
fabric_loader_version=0.15.3
fabric_api_version=0.91.2+1.20.4
fabric_loader_req=>=0.12.11
fabric_mc_req=~1.20.4
neoforge_version=20.4.60-beta
neoforge_mc_req=[1.20.4,)
neoforge_loader_req=[1,)
neoforge_req=[20,)
# Other dependencies
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
# https://mvnrepository.com/artifact/me.shedaniel.cloth/cloth-config?repo=architectury
modmenu_version=9.0.0-pre.1
cloth_version=13.0.114
devlogin_version=3.4.1