Skip to content

Commit

Permalink
Backport to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
soir20 committed Jun 13, 2023
1 parent b24c5a6 commit fb79554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

org.gradle.jvmargs=-Xmx2048M

minecraft_version = 1.19.4
minecraft_version = 1.18.2
enabled_platforms = fabric,forge

java_version = 17
Expand All @@ -30,16 +30,16 @@ maven_group = io.github.moremcmeta

# MoreMcmeta version to use for development. If you are not developing a
# default plugin, use a stable release version instead.
moremcmeta_version = 1.19.4-4.x-1.19-SNAPSHOT
moremcmeta_version = 1.18.2-4.x-1.18-SNAPSHOT

# Minimum MoreMcmeta version that users can install. This should be at
# least 4.0.0 for the corresponding Minecraft version if this plugin is
# not a default plugin. For example: 1.19-4.0.0
moremcmeta_min_version = *

# Fabric loader and API versions to use for development
fabric_loader_version = 0.14.18
fabric_api_version = 0.76.0+1.19.4
fabric_loader_version = 0.11.7
fabric_api_version = 0.47.10+1.18.2

# Forge version to use for development
forge_version = 1.19.4-45.0.24
forge_version = 1.18.2-40.0.12

0 comments on commit fb79554

Please sign in to comment.