forked from mezz/JustEnoughItems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
77 lines (67 loc) · 2.48 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
73
74
75
76
77
# Gradle settings
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=true
# This setting speeds up running single tasks from subprojects by only configuring what's needed.
# see https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html
# Disabled because this breaks ForgeGradle tasks
org.gradle.configureondemand=false
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
# JEI
modName=Just Enough Items
modId=jei
modAuthor=mezz
# http://maven.apache.org/guides/mini/guide-naming-conventions.html
modGroup=mezz.jei
modDescription=JEI is an item and recipe viewing mod for Minecraft, built from the ground up for stability and performance.
# Mojang ships Java 21 to end users in 1.20.5+
modJavaVersion=21
githubUrl=https://github.com/mezz/JustEnoughItems
# Minecraft
minecraftVersion=1.21.1
minecraftVersionRange=[1.21, 1.21.1)
# https://projects.neoforged.net/neoforged/neoform
neoformTimestamp=20240808.144430
# Earliest version of minecraft that is still compatible
minecraftVersionRangeStart=1.21
# Forge
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.21.1.html
forgeVersion=52.0.16
forgeLoaderVersionRange=[51,)
# minimum version for
# "Add a way to render tooltips from Formatted text and TooltipComponents elements (#10056)"
# https://github.com/MinecraftForge/MinecraftForge/pull/10056#event-13755707083
forgeVersionRange=[51.0.31,)
# Neoforge
# https://projects.neoforged.net/neoforged/neoforge
neoforgeVersion=21.1.65
neoforgeLoaderVersionRange=[4,)
# minimum version for
# "Add a way to render tooltips from Formatted text and TooltipComponents elements (#1364)"
# https://github.com/neoforged/NeoForge/pull/1364
neoforgeVersionRange=[21.0.118-beta,)
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
# Fabric
# https://fabricmc.net/develop/
fabricLoaderVersion=0.16.5
fabricApiVersion=0.105.0+1.21.1
fabricLoaderVersionRange=>=0.16.3
fabricApiVersionRange=>=0.102.0+1.21
# AMECS (Fabric only, for keybinds with modifiers)
# https://maven.siphalor.de/de/siphalor/amecsapi-1.20/maven-metadata.xml
amecsMinecraftVersion=1.20
amecsVersionFabric=1.5.6+mc1.20.2
# Mappings
# https://parchmentmc.org/docs/getting-started
parchmentMinecraftVersion=1.21
parchmentVersionForge=2024.07.28-1.21
parchmentVersionFabric=2024.07.28
# Publishing
curseProjectId=238222
curseHomepageUrl=https://www.curseforge.com/minecraft/mc-mods/jei
modrinthId=u6dRKJwZ
# Test
jUnitVersion=5.8.2
# Version
specificationVersion=19.21.0