-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgradle.properties
92 lines (80 loc) · 3.57 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
90
91
92
org.gradle.jvmargs=-Xmx4G
##Mod Building and Metadata
jar_name=tardis_refined
mod_name=TARDIS Refined
mod_id=tardis_refined
maven_group=whocraft
mod_base_package=whocraft.tardis_refined
archives_base_name=tardis_refined
minecraft_version=1.20.2
trinkets_version=3.8.0
enabled_platforms=neoforge,fabric
#Architectuary
architectury_version=8.1.79
#Fabric
fabric_loader_version=0.15.6
fabric_api_version=0.87.0+1.20.2
fabric_api_version_range=>=0.87.0+1.20.2
fabric_loader_version_range=>=0.7.4
fabric_minecraft_version_range=>=1.20.2
fabric_immersive_portals_version_range=>=2.6.6
#Forge
forge_version=48.0.33
#mappings_channel=parchment
forge_version_range=[48.0.33,)
forge_loader_version_range=[1.0,)
forge_minecraft_version_range=[1.20.2,)
forge_resource_pack_format=12
forge_data_pack_format=12
forge_immersive_portals_version_range = [2.5.4,)
#NeoForge
neoforge_version=20.2.88
neoforge_version_range=[20.2.59,)
neoforge_loader_version_range=[1,)
neoforge_minecraft_version_range=[1.20.2,)
neoforge_pack_format=18
pack_format=18
neoforge_resource_pack_format=18
neoforge_data_pack_format=18
##Mod Information
#Common Mod Information
mod_version=2.1.3
license=https://github.com/Whocraft/TardisRefined/blob/minecraft/1.20/LICENSE.MD
credits=Commoble, Lucraft, starray1000000, Monsterwaill, TheJudge, LoxiGoose
mod_authors=CommandrMoose / River, Jeryn99, Magic Man, ILikePandas, Jacob K, 50ap5ud5
mod_description=TARDIS: Refined is a Minecraft mod based on the world of Doctor Who that adds a personal, teleporting base to the game. The mod explores the nature of the TARDIS and how it operates and expresses its personality.
display_url=https://github.com/Whocraft/TardisRefined
issue_tracker_url=https://github.com/Whocraft/TardisRefined/issues
homepage_url=https://github.com/Whocraft/TardisRefined
logo_file=tardis_refined.png
#Forge Mod Information
update_json_url=update.json
# Display Test controls the display for your mod in the server connection screen
# MATCH_VERSION means that your mod will cause a red X if the versions on client and server differ. This is the default behaviour and should be what you choose if you have server and client elements to your mod.
# IGNORE_SERVER_VERSION means that your mod will not cause a red X if it's present on the server but not on the client. This is what you should use if you're a server only mod.
# IGNORE_ALL_VERSION means that your mod will not cause a red X if it's present on the client or the server. This is a special case and should only be used if your mod has no server component.
# NONE means that no display test is set on your mod. You need to do this yourself, see IExtensionPoint.DisplayTest for more information. You can define any scheme you wish with this value.
# IMPORTANT NOTE: this is NOT an instruction as to which environments (CLIENT or DEDICATED SERVER) your mod loads on. Your mod should load (and maybe do nothing!) whereever it finds itself.
# MATCH_VERSION is the default if nothing is specified (#optional)
#display_test_type = MATCH_VERSION
##Dependencies
mixin_version=0.8.5
#Fabric Dependences
mod_menu_version=8.0.0
cardinal_version=5.3.0
jei_fabric_version=4767571
forge_config_api_port_version=20.2.6
immersive_portals_version=v4.0.3-mc1.20.2
dev_auth_module_fabric=fabric
dev_auth_fabric_version=1.1.2
#(Required by Immersive Portals Fabric)
mixin_extras_version=0.2.0-beta.4
cloth_config_fabric_version=12.0.109
#Forge Dependencies
world_edit_version=4807512
structure_expansion_version=3909814
configured_version=4462894
jei_version=4473386
immersive_portals_forge_version=4477738
dev_auth_module_forge=forge-latest
dev_auth_forge_version=1.1.2