Skip to content

Commit 32f4116

Browse files
committed
[PORT] Fixed gradle.properties
1 parent 1331ca4 commit 32f4116

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

gradle.properties

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
# Sets default memory used for Gradle commands. Can be overridden by user or command line properties.
2-
#org.gradle.jvmargs=
3-
org.gradle.daemon=false
4-
org.gradle.debug=false
2+
org.gradle.jvmargs=-Xmx1G
3+
org.gradle.daemon=true
4+
org.gradle.parallel=true
5+
org.gradle.caching=true
6+
org.gradle.configuration-cache=true
57

6-
#read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings
8+
#read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
79
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
8-
neogradle.subsystems.parchment.minecraftVersion=1.20.3
9-
neogradle.subsystems.parchment.mappingsVersion=2023.12.31
10+
parchment_minecraft_version=1.21.4
11+
parchment_mappings_version=2025.03.16
1012
# Environment Properties
1113
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
1214
# The Minecraft version must agree with the Neo version to get a valid artifact
13-
minecraft_version=1.20.4
15+
minecraft_version=1.21.4
1416
# The Minecraft version range can use any release version of Minecraft as bounds.
1517
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
1618
# as they do not follow standard versioning conventions.
17-
minecraft_version_range=[1.20.4,1.21)
19+
minecraft_version_range=[1.21.4]
1820
# The Neo version must agree with the Minecraft version to get a valid artifact
19-
neo_version=20.4.237
21+
neo_version=21.4.121
2022
# The Neo version range can use any version of Neo as bounds
21-
neo_version_range=[20.4,)
23+
neo_version_range=[21.4.121,)
2224
# The loader version range can only use the major version of FML as bounds
23-
loader_version_range=[2,)
25+
loader_version_range=[1,)
2426

2527
## Mod Properties
2628

2729
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
2830
# Must match the String constant located in the main mod class annotated with @Mod.
2931
mod_id=butterflies
3032
# The human-readable display name for the mod.
31-
mod_name=Butterfly Mod
33+
mod_name=Bok's Banging Butterflies
3234
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3335
mod_license=All Rights Reserved
3436
# The mod version. See https://semver.org/
@@ -40,4 +42,4 @@ mod_group_id=com.bokmcdok.butterflies
4042
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
4143
mod_authors=Doc Bok
4244
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
43-
mod_description=Adds butterflies that can be caught and released with a butterfly net.
45+
mod_description=Adds butterflies that can be caught and released with a butterfly net.

0 commit comments

Comments
 (0)