-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgradle.properties
More file actions
40 lines (34 loc) · 1.46 KB
/
Copy pathgradle.properties
File metadata and controls
40 lines (34 loc) · 1.46 KB
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
# Done to increase the memory available to Gradle.
org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
org.gradle.parallel=true
# Project
version=3.1.2
group=dev.gallon.motorassistancemod
# Mod info
mod_name=MotorAssistanceMod
mod_author=lilgallon
description=The only Minecraft Mod that helps to aim without giving an unfair PvP advantage. Useful for new players that are not used to play on a computer. Everything is configurable. Ideal to introduce Minecraft to your parents!
mod_id=motorassistancemod
license=GPL-3.0 license
mod_display_url=https://github.com/lilgallon/AimAssistanceMod
mod_issue_tracker=https://github.com/lilgallon/AimAssistanceMod/issues
mod_update_json=https://raw.githubusercontent.com/lilgallon/AimAssistanceMod/main/update.json
# Java
java_version=25
# Minecraft
minecraft_version=26.2
minecraft_version_range=>=26.2 <26.3
# NeoForge — see https://projects.neoforged.net/neoforged/neoforge for new versions
neoforge_version=26.2.0.0-beta
neoforge_loader_version_range=[4,)
neoforge_version_range=[26.2.0.0-beta,)
neoforge_minecraft_version_range=[26.2,26.3)
# NeoForm version for the common module — see https://projects.neoforged.net/neoforged/neoform
neo_form_version=26.2-1
# Fabric — see https://fabricmc.net/develop/ for new versions
fabric_loader_version=0.19.3
fabric_version=0.152.1+26.2
# https://modrinth.com/mod/cloth-config/versions
fabric_cloth_config_version=26.2.155
# https://modrinth.com/mod/modmenu/versions
fabric_modmenu_version=20.0.0-beta.2