@@ -6,19 +6,19 @@ org.gradle.caching=true
66org.gradle.configuration-cache =false
77
88# Environment Properties
9- minecraft_version =1.20.1
9+ minecraft_version =1.18.2
1010# The Minecraft version range can use any release version of Minecraft as bounds.
1111# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
1212# as they do not follow standard versioning conventions.
13- minecraft_version_range =[1.20.1 , 1.21 )
14- forge_version =47.4.16
15- forge_version_range =[47 ,)
13+ minecraft_version_range =[1.18.2 , 1.19 )
14+ forge_version =40.3.12
15+ forge_version_range =[40 ,)
1616# The loader version range can only use the major version of FML as bounds
17- loader_version_range =[47 ,)
18- mapping_channel =parchment
17+ loader_version_range =[40 ,)
18+ mapping_channel =official
1919# The mapping version to query from the mapping channel.
2020# This must match the format required by the mapping channel.
21- mapping_version =2023.09.03-1.20.1
21+ mapping_version =1.18.2
2222
2323# # Mod Properties
2424
@@ -30,7 +30,7 @@ mod_name=Applied Infinity Pattern
3030# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3131mod_license =All Rights Reserved
3232# The mod version. See https://semver.org/
33- mod_version =1.0-Forge-1.20.1
33+ mod_version =1.0-Forge-1.18.2
3434# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3535# This should match the base package used for the mod sources.
3636# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
0 commit comments