-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
26 lines (22 loc) · 843 Bytes
/
gradle.properties
File metadata and controls
26 lines (22 loc) · 843 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# tell architectury loom that this project is a forge project.
# this will enable us to use the "forge" dependency.
# using archloom without this is possible and will give you a
# "standard" loom installation with some extra features.
loom.platform=forge
# Base properties
# minecraft version
minecraft_version=1.19.4
# forge version, latest version can be found on https://files.minecraftforge.net/
forge_version=1.19.4-45.2.6
# yarn, latest version can be found on https://fabricmc.net/use
yarn_mappings=1.19.4+build.2
# Mod Properties
mod_version=1.0.0
maven_group=cinnamon.implom
archives_base_name=improbable_plot_machine
mod_id=improbable_plot_machine
mod_author=BunnyCinnamon
# Dependencies
jei_version=9.+