-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (29 loc) · 1.19 KB
/
gradle.properties
File metadata and controls
33 lines (29 loc) · 1.19 KB
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
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
# Read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
# You can also find the latest versions at: https://parchmentmc.org/docs/getting-started
parchment_minecraft_version=1.21.1
parchment_mappings_version=2024.11.17
# Environment Properties
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
# The Minecraft version must agree with the Neo version to get a valid artifact
minecraft_version=1.21.1
minecraft_version_range=[1.21.1]
neo_version=21.1.219
neo_version_range=[21.1.92,)
loader_version_range=[1,)
# Dependency Properties
jei_version=19.8.2.99
jei_minecraft_version=1.21
## Mod Properties
mod_id=blockbox
mod_name=The Block Box
mod_license=https://github.com/vectorwing/BlockBox/blob/1.21.1/LICENSE
mod_version=0.1.3
mod_group_id=vectorwing.blockbox
mod_authors=vectorwing
mod_description=A collection of building blocks, furniture and decorations!