-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (21 loc) · 797 Bytes
/
gradle.properties
File metadata and controls
24 lines (21 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=true
org.gradle.debug=false
# Parchment mappings (human-readable parameter names)
neogradle.subsystems.parchment.minecraftVersion=1.21.1
neogradle.subsystems.parchment.mappingsVersion=2024.11.17
# Environment Properties
minecraft_version=1.21.1
minecraft_version_range=[1.21.1,1.22)
# Pinned to match the target modpack (NeoForge 21.1.233)
neo_version=21.1.233
neo_version_range=[21.1.0,)
loader_version_range=[4,)
## Mod Properties
mod_id=earlyinputguard
mod_name=Early Input Guard
mod_license=MIT
mod_version=1.0.0
mod_group_id=dev.zanges.earlyinputguard
mod_authors=Zanges
mod_description=Suppresses client input dispatch (mouse/keyboard) while a loading screen is active, preventing crashes in mods that read keybinds before they are registered.