-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgradle.properties
More file actions
41 lines (38 loc) · 1.61 KB
/
gradle.properties
File metadata and controls
41 lines (38 loc) · 1.61 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
34
35
36
37
38
39
40
41
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=false
org.gradle.configuration-cache=false
#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
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1]
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.218
neo_version_range=[21.1.194,)
# The loader version range can only use the major version of FML as bounds
loader_version_range=[1,)
## Mod Properties
mod_id=beyonddimensions
mod_name=Beyond Dimensions
mod_license=MIT
mod_version=0.7.14
mod_group_id=com.wintercogs.beyonddimensions
mod_authors=Frostbite
mod_description=A mod provided some utilities.
## Mod Compat
mekanism_version = 1.21.1-10.7.18.84
ae_version = 19.2.10
emi_version = 1.1.20+1.21.1
jei_version = 19.27.0.340
curios_version = 9.5.1
kubejs_version = 2101.7.1-build.181