-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
39 lines (34 loc) · 1.34 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
# Done to increase the memory available to Gradle.
org.gradle.jvmargs=-Xmx6G
org.gradle.parallel=true
# Mod properties
mod_version = 1.1.2
release_channel = release
maven_group = de.mrjulsen.trafficcraft
archives_name = trafficcraft
enabled_platforms = fabric,forge
java_version = 17
datapack_version = 9
# Mod Info
display_name = TrafficCraft
authors = MrJulsen
description = A Minecraft mod that brings roads, traffic signs, traffic lights and much more to your Minecraft world. Build your own cities and roads according to your wishes. Feel free to join my Discord server for more information about my mods or to send bug reports, suggestions or to exchange with the community! https://discord.gg/AeSbNgvc7f
homepage = https://www.curseforge.com/minecraft/mc-mods/trafficcraft
issues = https://github.com/MisterJulsen/TrafficCraft/issues
source = https://github.com/MisterJulsen/TrafficCraft
license = GNU General Public License v3.0
icon = mod_icon.png
discord = https://discord.gg/AeSbNgvc7f
# Minecraft properties
minecraft_version = 1.18.2
parchment_version = 2022.11.06
next_unsupported_minecraft_version=1.19
# Dependencies
architectury_api_version = 4.12.94
fabric_loader_version = 0.15.11
fabric_api_version = 0.77.0+1.18.2
forge_version = 1.18.2-40.2.21
forge_version_int = 40
dragonlib_version=2.2.23
modmenu_version=3.2.5
forge_config_api_port_version=3.2.4