Skip to content

Commit

Permalink
build: Update to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Nov 26, 2024
1 parent 7782830 commit 4389aa2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Updated to Minecraft 1.21.2
- Updated to Minecraft 1.21.4
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod_id = kleeslabs
mod_name = KleeSlabs
mod_main=KleeSlabs
description=Break only the half of a double slab that you're looking at.
version = 21.3.1
version = 21.4.0
group = net.blay09.mods
homepage=https://mods.twelveiterations.com/mc/kleeslabs
sources=https://github.com/TwelveIterationMods/KleeSlabs
Expand All @@ -18,16 +18,16 @@ modrinth_release_type = release
modrinth_project_id = 7uh75ruZ

# Minecraft
minecraft_version = 1.21.3
minimum_minecraft_version = 1.21.2
minecraft_versions = 1.21.2,1.21.3
minecraft_version_range = [1.21.2,)
minecraft_version = 1.21.4-pre1
minimum_minecraft_version = 1.21.4-beta.1
minecraft_versions = 1.21.4
minecraft_version_range = [1.21.4,)
pack_format_number = 18
java_version = 21

# Balm
balm_version = 21.3.1-SNAPSHOT
balm_version_range = [21.2.0,)
balm_version = 21.4.1-SNAPSHOT
balm_version_range = [21.4.0,)

# Forge
forge_version = 52.0.16
Expand All @@ -40,8 +40,8 @@ neoforge_version_range = [21.2.0-beta,)
neoforge_loader_version_range = [1,)

# Fabric
fabric_version = 0.106.1+1.21.3
fabric_loader_version = 0.16.7
fabric_version = 0.109.1+1.21.4
fabric_loader_version = 0.16.9

# Dependencies
mixin_version=0.8.5
Expand All @@ -52,7 +52,7 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mod_author = BlayTheNinth
credits = BlayTheNinth
kuma_version = [21.2,22)
neo_form_version = 1.21.3-20241023.131943
kuma_version = [21.4,21.5)
neo_form_version = 1.21.4-pre1-20241120.190508
parchment_minecraft = 1.21
parchment_version = 2024.07.28
5 changes: 1 addition & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

include("common")
include("fabric")
include("neoforge")
//include("forge")
include('common', 'fabric')

0 comments on commit 4389aa2

Please sign in to comment.