-
Notifications
You must be signed in to change notification settings - Fork 13
/
gradle.properties
32 lines (25 loc) · 962 Bytes
/
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
# Mod
modName=No Tree Punching
modAuthor=AlcatrazEscapee
modId=notreepunching
modGroup=com.alcatrazescapee
modIssueUrl=https://github.com/alcatrazEscapee/no-tree-punching/issues
modHomeUrl=https://www.curseforge.com/minecraft/mc-mods/no-tree-punching
modDescription=This is a minecraft mod meant to add a little more believability to your first few minutes of minecraft play. It was initially inspired by features from TerraFirmaCraft, but has since been refocused around the titular idea: Blocks don't drop anything if broken with the incorrect tool.
# Java 17 is used for 1.18+
modJavaVersion=17
# Versions
minecraftVersion=1.20
minecraftVersionRange=[1.20,1.21)
parchmentVersion=2023.03.12
parchmentMinecraftVersion=1.19.3
forgeVersion=46.0.1
forgeVersionRange=[46,)
fabricVersion=0.83.0+1.20
fabricVersionRange=*
fabricLoaderVersion=0.14.21
fabricLoaderVersionRange=[0.14,)
epsilonVersion=0.5
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false