-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgradle.properties
More file actions
45 lines (37 loc) · 910 Bytes
/
gradle.properties
File metadata and controls
45 lines (37 loc) · 910 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
33
34
35
36
37
38
39
40
41
42
43
44
45
# Project
group = com.almostreliable.mods
license = All Rights Reserved
enabledPlatforms = fabric,neoforge
enableAccessWidener = false
# Minecraft
minecraftVersion = 1.21.1
# Mod
modVersion = 1.4.1
modPackage = com.almostreliable.unified
modId = almostunified
modName = AlmostUnified
modAuthor = Almost Reliable
modDescription = Unify all resources.
# Project Dependencies
autoServiceVersion = 1.1.1
junitVersion = 5.9.0
parchmentVersion = 2024.07.28
# Recipe Viewers
enableRuntimeRecipeViewer = true
jeiVersion = 19.10.0.126
reiVersion = 16.0.762
emiVersion = 1.1.13
fabricRecipeViewer = rei
neoforgeRecipeViewer = jei
# Fabric Dependencies
fabricLoaderVersion = 0.16.2
fabricApiVersion = 0.102.1
# NeoForge Dependencies
neoforgeVersion = 21.1.37
# Github
githubUser = AlmostReliable
githubRepo = almostunified
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
org.gradle.vfs.watch = true