-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
51 lines (40 loc) · 1.51 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
# === === === Base Properties === === ===
modId=examplemod
modName=Example Mod
modVersion=0.0.1
modGroupId=club.starry.example
modArchivesName=ExampleMod
modDescription=I don't know what this mod do!
# === === === Kotlin Properties === === ===
enableUsingKotlin=false
asjcore_laster=5155186
kotlin_version=1.9.21
# === === === Scala Properties === === ===
enableUsingScala=false
# === === === Pineapple Club Version === === ===
# Pineapple Psychic Lib Version.
psychic_version=1.+
# Pineapple Tag Lib Version.
tags_version=1.+
# Pineapple Recipe Book Lib Version.
recipe_book_version=1.0
# === === === NEI GTNH Version === === ===
# NEI(GTNH) Version
nei_version=2.5.17
# CCC & CCL Version
cc_version=1.2.1
#####################################################################################
# Note: #
# Generally speaking #
# only one of the ASM and Mixin needs to be selected #
# even there is no conflict between the ASM and Mixin under the fix of Unimixins #
#####################################################################################
# === === === Unimixins Properties (Mixin) === === ===
# Enable using mixin in workspace.
enableUsingMixin=true
# Embed mixin in jar.
embedMixin=true
# === === === MysteriumLib Properties (ASM) === === ===
# Enable using MysteriumLib in workspace.
enableUsingMysteriumLib=true
patchClass=club.starry.example.asm.Patch