Skip to content

Commit

Permalink
backport 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
najoan125 committed Oct 2, 2024
1 parent 419bbb4 commit 97e4df3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,43 @@ group=com.hyfata
java_version=17

# Common
minecraft_version=1.20.4
minecraft_version=1.20.2
mod_name=Korean Patch
mod_author=Najoan
mod_id=koreanpatch
license=LGPL-3.0
credits=Shihyeon
description=It allows you to input Hangul naturally, and the Hangul input state does not interfere with other keys.
minecraft_version_range=[1.20.4, 1.20.5)
fabric_version_range=>=1.20.4 <1.20.5
minecraft_version_range=[1.20.2, 1.20.3)
fabric_version_range=>=1.20.2 <1.20.3

# Common ParchmentMC(Mapping)
# https://parchmentmc.org/docs/getting-started#choose-a-version
parchment_minecraft=1.20.4
parchment_version=2024.04.14
parchment_minecraft=1.20.2
parchment_version=2023.12.10

# Fabric
# https://fabricmc.net/develop/
fabric_loader_version=0.16.5
fabric_version=0.97.2+1.20.4
fabric_version=0.91.6+1.20.2

# Fabric dependencies(CompileOnly)
# https://modrinth.com/mod/modmenu
modmenu_version = 9.2.0
modmenu_version = 8.0.1
# https://modrinth.com/mod/command-block-ide
command_block_ide_version = 0.4.6
# https://modrinth.com/mod/bettercommandblockui
better_command_block_ui_version = JEnR5ehs
better_command_block_ui_version = 8uoqdQ1g

# Forge
# https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version=49.1.10
forge_loader_version_range=[49,)
forge_version=48.1.0
forge_loader_version_range=[48,)

# NeoForge
# https://projects.neoforged.net/neoforged/neoforge
neoforge_version=20.4.237
neoforge_loader_version_range=[2,)
neoforge_version=20.2.88
neoforge_loader_version_range=[1,)

# Gradle
org.gradle.jvmargs=-Xmx3G
Expand Down

0 comments on commit 97e4df3

Please sign in to comment.