-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
72 lines (64 loc) · 2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Project
group = dev.tophatcat.mysteriousbiomes
mod_name = Mysterious Biomes
mod_id = mysteriousbiomes
author = KiriCattus
credits = KiriCattus
license = LGPL-v2.1
license_description = A Minecraft mod made for SpookyJam 2017, contains Halloween themed biomes and content.
description = A mod made during SpookyJam 2017, Mysterious Biomes (Formerly Spooky Biomes) is a bundle of some spooky and miscellaneous nice to have biomes and content to enhance your Minecraft gameplay!
# Links
display_url = https://tophatcat.dev
discord = https://discord.tophatcat.dev
mod_source = https://github.com/kiris-mods/mysterious-biomes
license_url = https://github.com/kiris-mods/mysterious-biomes/blob/dev/LICENSE.md
modrinth_url = https://modrinth.com/mod/mysterious-biomes
curseforge_url = https://www.curseforge.com/minecraft/mc-mods/mysterious-biomes
# Common
java_version = 21
minecraft_version = 1.21.1
minecraft_version_range = [1.21,)
parchment_minecraft = 1.21.1
parchment_version = 2024.11.17
modrinth_id = SrAIvfzS
curseforge_id = 280003
# NeoForge
# See https://projects.neoforged.net/neoforged/moddevgradle for new versions
# See https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
neoforge_version = 21.1.92
neoforge_version_range = [21.1,)
fancy_mod_loader_version = 4.0.38
fancy_mod_loader_version_range = [4,)
neo_form_version = 1.21.1-20240808.144430
# Fabric
# See https://fabricmc.net/develop/ for new versions
fabric_loom = 1.9-SNAPSHOT
fabric_version = 0.114.0
fabric_version_range = >=0.114.0
fabric_loader_version = 0.16.9
fabric_loader_version_range = >=0.16
# Dependencies
# - Common
smart_brain_lib_common_version = 1.16.7
geckolib_common_version = 4.7.3
resourceful_config_common_version = 3.0.8
terrablender_common_version = 4.1.0.5
# - NeoForge
smart_brain_lib_neoforge_version = 1.16.7
geckolib_neoforge_version = 4.7.3
resourceful_config_neoforge_version = 3.0.8
terrablender_neoforge_version = 4.1.0.5
# -- Optional
jade_neoforge_version = 15.9.2
# - Fabric
smart_brain_lib_fabric_version = 1.16.7
geckolib_fabric_version = 4.7.3
resourceful_config_fabric_version = 3.0.8
terrablender_fabric_version = 4.1.0.5
# -- Optional
jade_fabric_version = 15.9.2
modmenu_version = 11.0.3
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
org.gradle.debug = false