-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
34 lines (29 loc) · 985 Bytes
/
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
## Gradle Properties
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
## Parchment Properties
parchment_minecraft_version=1.21
parchment_mappings_version=2024.07.28
## Minecraft Properties
minecraft_version=1.21.1
minecraft_version_range=[1.21.1, 1.22)
## NeoForged Properties
neo_version=21.1.66
neo_version_range=[21.1.0,)
loader_version_range=[4,)
## EMI Properties
emi_version=1.1.13+1.21.1
## Mod Properties
mod_id=ramensadditions
mod_name=Ramen's Additions
mod_license=GNU GPLv3
mod_version=1.0.1
mod_group_id=net.ramen5914.ramensadditions
mod_authors=Omar Rahman (Ramen5914)
mod_description=A collection of small additions to Minecraft that I wish were in the game.
mod_update_url=https://raw.githubusercontent.com/Ramen5914/Ramens-Additions/main/update.json
mod_display_url=https://modrinth.com/mods/ramens-additions
mod_issue_tracker=https://github.com/Ramen5914/Ramens-Additions/issues