@@ -3,28 +3,22 @@ org.gradle.jvmargs=-Xmx1G
33org.gradle.daemon =true
44org.gradle.parallel =true
55org.gradle.caching =true
6- org.gradle.configuration-cache =true
6+ org.gradle.configuration-cache =false
77
8- # read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
9- # you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
10- parchment_minecraft_version =1.21.1
11- parchment_mappings_version =2024.11.13
12- jei_version =19.9.1.125
13- guide_me_version =21.1.14
148# Environment Properties
15- # You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
16- # The Minecraft version must agree with the Neo version to get a valid artifact
17- minecraft_version =1.21.1
9+ minecraft_version =1.20.1
1810# The Minecraft version range can use any release version of Minecraft as bounds.
1911# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
2012# as they do not follow standard versioning conventions.
21- minecraft_version_range =[1.21.1, 1.22)
22- # The Neo version must agree with the Minecraft version to get a valid artifact
23- neo_version =21.1.113
24- # The Neo version range can use any version of Neo as bounds
25- neo_version_range =[21.1.0,)
13+ minecraft_version_range =[1.20.1, 1.21)
14+ forge_version =47.4.16
15+ forge_version_range =[47,)
2616# The loader version range can only use the major version of FML as bounds
27- loader_version_range =[4,)
17+ loader_version_range =[47,)
18+ mapping_channel =parchment
19+ # The mapping version to query from the mapping channel.
20+ # This must match the format required by the mapping channel.
21+ mapping_version =2023.09.03-1.20.1
2822
2923# # Mod Properties
3024
@@ -36,7 +30,7 @@ mod_name=Applied Infinity Pattern
3630# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3731mod_license =All Rights Reserved
3832# The mod version. See https://semver.org/
39- mod_version =1.0.0
33+ mod_version =1.0-Forge-1.20.1
4034# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
4135# This should match the base package used for the mod sources.
4236# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
0 commit comments