Files
webdisplays1.21.1/gradle.properties
2025-10-31 13:53:49 +08:00

39 lines
1.6 KiB
Properties

# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
#read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
neogradle.subsystems.parchment.minecraftVersion=1.21.1
neogradle.subsystems.parchment.mappingsVersion=2024.11.17
# Environment Properties
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
# The Minecraft version must agree with the Neo version to get a valid artifact
minecraft_version=1.21.1
# The Minecraft version range can use any release version of Minecraft as bounds.
minecraft_version_range=[1.21.1]
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.213
# The loader version range can only use the major version of FML as bounds
loader_version_range=[1,)
## Mod Properties
# The unique mod identifier for the mod. Must be lowercase in English locale.
mod_id=webdisplays
# The human-readable display name for the mod.
mod_name=WebDisplays
# The license of the mod.
mod_license=LGPL-3.0
# The mod version.
mod_version=1.1
# The group ID for the mod.
mod_group_id=net.montoyo.wd
# The authors of the mod.
mod_authors=montoyo, CinemaMod Group
# The description of the mod.
mod_description=A Minecraft mod that adds web displays to the game using MCEF (Minecraft Chromium Embedded Framework).