forked from Rover656/EnderIO-Rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
47 lines (38 loc) · 1.06 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
# Setup gradle memory
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Minecraft and Forge
minecraft_version=1.19
forge_version=41.0.61
# Version ranges for mods.toml
minecraft_version_range=[1.19]
loader_version_range=[41,)
forge_version_range=[41,)
# Mappings https://github.com/noeppi-noeppi/SugarCane/
# TODO: Back to sugarcane after 1.19 support in parchment is released
mappings_channel=parchment
mappings_version=1.18.2-2022.06.05-1.19
# Version Information
version_major=6
version_minor=0
version_patch=0
# Release type (For modrinth and curseforge).
# Must be: alpha, beta or release
release_type=alpha
# Dependencies
registrate_version=MC1.19-1.1.3+114d54b
registrate_version_range=[MC1.19-1.1.3,MC1.19-1.2)
jei_version=11.0.0.206
#top_version=5.0.0
top_version=3838419
patchouli_version=1.19-72
# ===========================
# Combined Project Properties
# ===========================
# Modrinth support
combi_modrinth_publish = true
combi_modrinth_projectId = 49ZofO4f
combi_modrinth_body = enderio-all.md
## Distributions
publish_api = false
publish_sources = true