forked from P3pp3rF1y/SophisticatedCore
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
89 lines (73 loc) · 3.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# 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=-Xmx5G
org.gradle.parallel=true
org.gradle.caching=true
# https://parchmentmc.org/docs/getting-started
parchment_minecraft_version=1.21
parchment_mappings_version=2024.11.10
minecraft_version=1.21.1
fabric_version=0.114.0+1.21.1
loader_version=0.16.9
# Mod options
mod_id=sophisticatedcore
mod_name=Sophisticated Core
mod_license=GNU General Public License v3.0
mod_version=1.0.13.1
mod_group_id=sophisticatedcore
mod_authors=P3pp3rF1y, Salandora
mod_description=A library / shared functionality mod for Sophisticated Storage and Backpacks
mod_credits=Created by P3pp3rF1y. Ported to Fabric by Salandora.
mod_logo_file=SophisticatedCoreFabric.png
mod_display_url=https://www.curseforge.com/minecraft/mc-mods/sophisticated-core-unofficial-fabric-port
mod_issue_tracker_url=https://github.com/P3pp3rF1y/SophisticatedCore/issues
mod_sources_url=https://github.com/P3pp3rF1y/SophisticatedCore
github_package_url=https://maven.pkg.github.com/Salandora/SophisticatedCore
# If set to "none" we use the version provided by fabric loader
mixin_extras_version = 0.5.0-beta.3
#publish
curseforge_id=979317
modrinth_project_id=9jxwkYQL
release_type=release
release_versions=1.21.1
# Dependencies
porting_lib_modules = conditions,core,fluids,item_abilities,lazy_registration,level_events,loot,model_loader,render_types,transfer
porting_lib_version = 3.1.0-beta.47
energy_version = 4.1.0
# Compat
# https://modrinth.com/mod/jei/versions?g=1.21.1&l=fabric
jei_version = 19.21.0.246
# https://modrinth.com/mod/rei/versions?g=1.21.1&l=fabric
rei_version = 16.0.783
# architectury_version = 6.0.37
# https://modrinth.com/mod/emi/versions?g=1.21.1&l=fabric
emi_version = 1.1.16+1.21.1
# https://github.com/Fuzss/forgeconfigapiport/tree/main
forge_config_api_port_version = 21.1.1
# https://www.curseforge.com/minecraft/mc-mods/jade/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
jade_version = 5706164
# https://modrinth.com/mod/cloth-config/versions?g=1.21.1&l=fabric
cloth_config_version=15.0.140
# https://www.curseforge.com/minecraft/mc-mods/balm-fabric/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
balm_cf_file_id=5798232
# https://www.curseforge.com/minecraft/mc-mods/crafting-tweaks-fabric/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
crafting_tweaks_cf_file_id=5644048
# https://www.curseforge.com/minecraft/mc-mods/chipped/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
chipped_version=4.0.1
# https://www.curseforge.com/minecraft/mc-mods/malilib/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
malilib_cf_file_id=5647783
# https://www.curseforge.com/minecraft/mc-mods/litematica/files/all?page=1&pageSize=20&version=1.21.1&gameVersionTypeId=4
litematica_cf_file_id=5647809
# Simple Voice Chat
# https://modrinth.com/plugin/simple-voice-chat/versions?l=fabric&g=1.21.1
simple_voice_chat_version=fabric-1.21.1-2.5.24
# AudioPlayer
# https://modrinth.com/mod/audioplayer/versions?l=fabric&g=1.21.1
audioplayer_version=fabric-1.21.1-1.12.0
# https://modrinth.com/mod/admiral/versions?l=fabric&g=1.21.1
admiral_version=0.4.6+1.21.1+fabric
# Trinkets
# https://modrinth.com/mod/trinkets/versions?g=1.21.1&l=fabric
trinkets_version=3.10.0
# What recipe viewer to use ('emi', 'rei', or 'jei'. if you change it, don't push it)
recipe_viewer = emi