-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgradle.properties
59 lines (52 loc) · 1.58 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
# Gradle settings
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Minecraft
minecraft_version=1.15.2
minecraft_dependency=[1.15,1.16)
minecraft_suffix=mc1.15
java_target=8
java_dependency=>=8
resource_pack_format=5
# Forge
forge_version=31.2.57
forge_dependency=[29,)
javafml_dependency=[29,)
# Mixin
mixin_minimum_version=0.8
mixin_package=mixin
mixin_compatibility_level=JAVA_8
# Mod properties
mod_name=Tesseract
mod_description=Tesseract allows you to transport Items, Fluid and Energy
mod_id=tesseract
mod_version=1.0.37
mod_license=All rights reserved
mod_page=https://www.curseforge.com/minecraft/mc-mods/tesseract
mod_sources=https://github.com/SuperMartijn642/Tesseract
mod_issues=https://github.com/SuperMartijn642/Tesseract/issues
mod_package=com.supermartijn642.tesseract
mod_main_class=Tesseract
maven_group=com.supermartijn642
# Publishing
publishing_release_type=stable
publishing_game_versions=1.15 1.15.1 1.15.2
curseforge_project_id=379232
curseforge_required_dependency_ids=supermartijn642s-core-lib supermartijn642s-config-lib
curseforge_optional_dependency_ids=the-one-probe jade
modrinth_project_id=OUhp5O2m
modrinth_required_dependency_ids=supermartijn642s-core-lib supermartijn642s-config-lib
modrinth_optional_dependency_ids=jade
# Dependencies
core_library_file=5102770
core_library_dependency=[1.1.17,1.2.0)
config_library_file=4715398
config_library_dependency=[1.1.6,)
thermal_expansion_file=3104350
thermal_foundation_file=3104349
cofh_core_file=3104348
hwyla_file=2880069
the_one_probe_file=3040732
# Runtime mods
just_enough_items_file=3272032
block_renderer_file=3061377