-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
27 lines (23 loc) · 766 Bytes
/
Copy pathgradle.properties
File metadata and controls
27 lines (23 loc) · 766 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
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=false
org.gradle.debug=false
# Base info
mc_version=1.21.1
neo_version=21.1.113
neogradle.subsystems.parchment.minecraftVersion=1.21.1
neogradle.subsystems.parchment.mappingsVersion=2024.11.17
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
mod_group=com.mrbysco.enchantableblocks
mod_id=enchantableblocks
mod_archive_name=EnchantableBlocks
#Publishing
mod_name=Enchantable Blocks
curseforge_id=1001871
modrinth_id=zbhMM2Z0
# Version
version=0.1.7
# Dependencies
jei_minecraft=1.21.1
jei_version=19.21.0.247