-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgradle.properties
55 lines (46 loc) · 1.46 KB
/
gradle.properties
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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=-Xmx3G
org.gradle.daemon=false
# Minecraft
minecraft_version=1.19.2
minecraft_version_range=[1.19,1.20)
# Forge
forge_version=43.2.14
forge_version_range=[43,)
loader_version_range=[43,)
# Mixins
mixin_version=0.8.5
# Mappings
mapping_channel=parchment
mapping_version=2022.11.27-1.19.2
# IronsTestMod
mod_id=irons_example_mod
mod_version=1.19.2-1.0.0
mod_group_id=io.redspace
# IronsTestMod mods.toml
mod_name=Iron's Example Mod
mod_license=All Rights Reserved
mod_authors=Iron431, Lab3
mod_description=An example of how to use Iron's Spells N Spellbooks as a dependency to add spells
mod_credits=Iron431, Lab3
mod_issue_tracker=https://github.com/iron431/Irons-Example-Mod/issues
mod_display_url=https://github.com/iron431/Irons-Example-Mod
mod_logo_file=irons_example_spell_addon.png
# Iron's Spells N SpellBooks
irons_spells_version=1.19.2-1.1-SNAPSHOT
# Iron's Spells N SpellBooks Dependencies
apotheosis_version=313970:4646000
better_combat_version=639842:4534619
caelus_version=1.19.2-3.0.0.6
curios_version=1.19.2-5.1.3.0
geckolib_version=1.19:3.1.39
jei_mc_version=1.19.2
jei_version=11.6.0.1013
mutil_version=1.19.2-5.1.0
patchouli_version=1.19.2-77
placebo_version=283644:4645998
player_animator_version=1.0.2
tetra_version=289712:4414851
# General
gson_version=2.10.1