-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
50 lines (43 loc) · 1.93 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
# Important Notes:
# fabric.mod.json's modid field cannot be expanded, you must change it manually.
# Every field you add must be added to the root build.gradle expandProps map.
# Gradle
org.gradle.daemon = false
org.gradle.debug = false
org.gradle.jvmargs = -Xmx3G
# Plugins
modmuss50_mod_publish_version = 0.4.0
fabric_loom_version = 1.7-SNAPSHOT
parchment_minecraft = 1.21
parchment_version = 2024.06.23
# Project
modrinthID = TcVddnvI
curseforgeID = 543575
projectSlug = i-see-lava
# Common
java_version = 21
minecraft_version = 1.21.1
# NeoForge
loader_version_range = [3,)
mapping_channel = official
mapping_version = 1.21.1
minecraft_version_range = [1.21.1, 1.21.2)
neo_moddev = 1.0.15
neo_version = 21.1.1
neo_version_range = [21.0.16-beta,)
# Fabric
fabric_version = 0.102.0+1.21.1
fabric_loader_version = 0.15.11
# Mod options
group = mod.azure.iseelava
mod_name = I See Lava
mod_author = AzureDoom
mod_id = iseelava
mod_license = MIT
mod_description = Just makes lava see through
mod_credits = AzureDoom
mod_logo = icon.png
mod_url = https://modrinth.com/mod/i-see-lava
mod_issues = https://github.com/AzureDoom/I-See-Lava/issues
mod_sources = https://github.com/AzureDoom/I-See-Lava/
version = 1.0.2