-
Notifications
You must be signed in to change notification settings - Fork 32
/
gradle.properties
executable file
·54 lines (42 loc) · 1.18 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
# Minecraft version
minecraft_version=1.21.4
minecraft_version_range=[1.21.2,)
#https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.4-20241203.161809
# Parchment
parchment_minecraft=1.21
parchment_version=2024.07.28
# NeoForge
neoforge_version=21.4.0-beta
neoforge_loader_version_range=[21.0.0-beta,)
# Fabric version
fabric_loader_version=0.16.9
# Mod Properties
mod_version=1.2.2
maven_group=ca.fxco.moreculling
archives_base_name=moreculling
license=GPL-3.0-only
mod_id=moreculling
mod_name=More Culling
mod_author=FX - PR0CESS, 1Foxy2
java_version=21
# Mod Menu
modmenu_version=13.0.0-beta.1
# Fabric Compatibility
fabric_version=0.110.5+1.21.4
# Sodium Compatibility
sodium_version=mc1.21.4-0.6.2
# Vulkan Compatibility
vulkan_version=0.5.2
# Client tweaks Compatibility
clienttweaks_version=21.3.1
# Conditional Mixins - Needs to be changed in fabric.mod.json also
conditional_mixins_version=0.6.3
# Cloth Config - Needs to be changed in fabric.mod.json also
cloth_config_version=16.+
mixinsquared_version=0.2.0