-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (32 loc) · 902 Bytes
/
gradle.properties
File metadata and controls
32 lines (32 loc) · 902 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=1.4
group=net.anweisen
java_version=21
# Common
minecraft_version=1.21.5
mod_name=NotEnoughPots
mod_author=anweisen
mod_id=notenoughpots
license=All-Rights-Reserved
credits=
description=Put all your crops into flower pots
minecraft_version_range=[1.21.5, 1.22)
minecraft_version_range_fabric=1.21.5
neo_form_version=1.21.5-20250325.162830
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21.5
parchment_version=2025.06.15
# Fabric
fabric_loader_version=0.16.10
fabric_version=0.126.0+1.21.5
# Forge
forge_version=55.0.23
forge_loader_version_range=[55,)
# NeoForge
neoforge_version=21.5.0-beta
neoforge_loader_version_range=[5,)
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false