-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
56 lines (42 loc) · 1.41 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx1G
##################
# Mod Properties #
##################
minecraft_version = 1.20.1
mod_version = 1.6.0
mod_title = Beehive Tooltips
mod_description = Adds relevant tooltip information to Beehive and Beenest items!
mod_authors = EDToaster
mod_id = beehivetooltips
mod_license = GPL-2.0
mod_icon_path = icon.png
#########################################
# Compilation and Publishing Properties #
#########################################
maven_group = ca.edtoaster
java_version = 17
#####################
# Fabric Properties #
#####################
minecraft_version_range_fabric = 1.20.x
# check these on https://modmuss50.me/fabric.html
yarn_mappings = 1.20.1+build.10
loader_version = 0.14.22
fabric_version = 0.89.0+1.20.1
# We can't upgrade this quite yet because 1.3 requires gradle >= 8.0, but forge requires gradle < 8.0
loom_version = 1.1-SNAPSHOT
archives_base_name_fabric = beehive-tooltips-fabric
####################
# Forge Properties #
####################
minecraft_version_range_forge = [1.20,1.21)
# check these on https://files.minecraftforge.net/net/minecraftforge/forge/
forge_mappings_channel = official
forge_version = 1.20.1-47.1.0
forge_version_range = [47,)
archives_base_name_forge = beehive-tooltips-forge
#####################
# Common Properties #
#####################
archives_base_name_common = beehive-tooltips-common