-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (28 loc) · 893 Bytes
/
gradle.properties
File metadata and controls
32 lines (28 loc) · 893 Bytes
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
# required properties
group = com.almostreliable
modId = merequester
modName = ME Requester
modVersion = 1.4.2
minecraftVersion = 1.21.1
neoforgeVersion = 21.1.169
# replacement properties
modAuthor = Almost Reliable
modDescription = Keep resources in your ME-System in stock.
license = GNU Lesser General Public License v3.0
githubUser = AlmostReliable
githubRepo = merequester
# mod dependencies
aeVersion = 19.2.13
wtlibVersion = 19.2.5
# settings
neoForge.parchment.minecraftVersion = 1.21.1
neoForge.parchment.mappingsVersion = 2024.11.17
almostgradle.buildconfig.name = ModConstants
almostgradle.launchArgs.autoWorldJoin = true
almostgradle.recipeViewers.emi.runConfig = true
almostgradle.recipeViewers.emi.version = 1.1.21
almostgradle.recipeViewers.emi.minecraftVersion = 1.21.1
# gradle
org.gradle.vfs.watch = true
org.gradle.configuration-cache = true
org.gradle.parallel = true