-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
53 lines (44 loc) · 1.63 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
# Dev
org.gradle.jvmargs=-Xmx4G
# Mod
mod_java_version=[VERSIONED]
mod_name=Structurify
mod_id=structurify
mod_version=1.0.11
mod_author=Faboslav
mod_description=Configuration mod that makes configuring everything related to structures very easy and accessible, eliminating the hassle of creating multiple datapacks.
mod_github_url=https://github.com/Faboslav/structurify
mod_issue_tracker_url=https://github.com/Faboslav/structurify/issues
mod_curseforge_url=https://www.curseforge.com/minecraft/mc-mods/structurify
maven_group=com.faboslav.structurify
# Minecraft
minecraft_version=[VERSIONED]
min_minecraft_version=[VERSIONED]
# Architectury
enabled_platforms=[VERSIONED]
# Stonecutter
stonecutter_enabled_platforms=fabric, forge, neoforge
stonecutter_enabled_common_versions = 1.20.1, 1.21.1, 1.21.3, 1.21.4
stonecutter_enabled_fabric_versions = 1.20.1, 1.21.1, 1.21.3, 1.21.4
stonecutter_enabled_forge_versions = 1.20.1
stonecutter_enabled_neoforge_versions = 1.21.1, 1.21.3, 1.21.4
# Fabric https://fabricmc.net/versions.html
fabric_loader_version=[VERSIONED]
fabric_api_version=[VERSIONED]
# Forge https://files.minecraftforge.net/net/minecraftforge/forge
forge_version=[VERSIONED]
# Neoforge https://projects.neoforged.net/neoforged/neoforge
neoforge_version=[VERSIONED]
# Common
yacl_version=[VERSIONED]
mixin_extras_version=0.4.1
mod_menu_version=[VERSIONED]
catalogue_version=[VERSIONED]
# Compat
global_datapacks_version=[VERSIONED]
global_packs_version=[VERSIONED]
yungsapi_minecraft_version=[VERSIONED]
yungsapi_version=[VERSIONED]
repurposed_structures_version=[VERSIONED]
structure_gel_api_version=[VERSIONED]
midnight_lib_version=[VERSIONED]