-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathgradle.properties
More file actions
52 lines (44 loc) · 1.15 KB
/
gradle.properties
File metadata and controls
52 lines (44 loc) · 1.15 KB
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
# Project
version=21.1
group=net.darkhax.botanypots
java_version=21
# Mod
mod_name=BotanyPots
mod_author=Darkhax
mod_id=botanypots
mod_license=LGPL v2.1
mod_description=Pots for growing different types of plants.
mod_repo=https://github.com/Darkhax-Minecraft/BotanyPots
mod_docs=https://docs.darkhax.net/mods/botany-pots
mod_item_icon=minecraft:brick
# Build Flags
mod_client_only=false
# Common
minecraft_version=1.21.1
minecraft_version_range=[1.21.1, 1.22)
neo_form_version=1.21.1-20240808.144430
parchment_minecraft=1.21
parchment_version=2024.07.28
bookshelf_version=21.1.75
bookshelf_version_range=[21.1.75, 21.2)
prickle_version=21.1.4
prickle_version_range=[21.1, 21.2)
simple_loot_viewer_version=21.1.4
jei_version=19.21.1.304
crt_version=21.0.3
# NeoForge
neoforge_version=21.1.209
neoforge_loader_version_range=[4,)
# Fabric
fabric_version=0.116.6+1.21.1
fabric_loader_version=0.17.2
modmenu_version=11.0.2
# CurseForge
curse_project=353928
curse_page=https://www.curseforge.com/minecraft/mc-mods/botany-pots
# Modrinth
modrinth_project=U6BUTZ7K
modrinth_page=https://modrinth.com/mod/botany-pots
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false