forked from Darkhax-Minecraft/Bookshelf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
52 lines (43 loc) · 1.19 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
# Project
version=21.1
group=net.darkhax.bookshelf
java_version=21
# Mod
mod_name=Bookshelf
mod_author=Darkhax
mod_id=bookshelf
mod_license=LGPL 2.1
mod_description=Bookshelf is a library mod that provides code, frameworks, and utilities for other mods. Many mods make use of Bookshelf and are powered by its code.
mod_repo=https://github.com/Darkhax-Minecraft/Bookshelf
mod_docs=https://docs.darkhax.net/mods/bookshelf
mod_item_icon=minecraft:bookshelf
# 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
jei_version=19.18.10.218
crt_version=21.0.3
# NeoForge
neoforge_version=21.1.61
neoforge_loader_version_range=[4,)
# Fabric
fabric_version=0.105.0+1.21.1
fabric_loader_version=0.16.4
modmenu_version=11.0.2
# Forge
forge_version=52.0.16
forge_loader_version_range=[52,)
forge_version_range=[52.0.16,)
# CurseForge
curse_project=228525
curse_page=https://www.curseforge.com/minecraft/mc-mods/bookshelf
# Modrinth
modrinth_project=uy4Cnpcm
modrinth_page=https://modrinth.com/mod/bookshelf-lib
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false