Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 3, 2024
1 parent c765ffd commit faac5ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import net.fabricmc.loom.task.RemapJarTask
import java.net.URI

plugins {
id("fabric-loom") version "1.8-SNAPSHOT"
id("fabric-loom") version "1.9-SNAPSHOT"
id("io.github.ladysnake.chenille") version "0.14.0"
id("org.cadixdev.licenser") version "0.6.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static <T> PacketCodec<RegistryByteBuf, ComponentUpdatePayload<T>> codec(
return PacketCodec.tuple(
PacketCodec.unit(id), ComponentUpdatePayload::id,
targetDataCodec, ComponentUpdatePayload::targetData,
PacketCodecs.BOOL, ComponentUpdatePayload::required,
PacketCodecs.BOOLEAN, ComponentUpdatePayload::required,
Identifier.PACKET_CODEC, ComponentUpdatePayload::componentKeyId,
MorePacketCodecs.REG_BYTE_BUF, ComponentUpdatePayload::buf,
ComponentUpdatePayload::new
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true

#see https://fabricmc.net/develop/
minecraft_version=1.21.3
yarn_mappings=2
loader_version=0.16.7
minecraft_version=1.21.4
yarn_mappings=1
loader_version=0.16.9
#Fabric api
fabric_api_version=0.106.1+1.21.3
fabric_api_version=0.110.5+1.21.4

elmendorf_version=0.13.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit faac5ce

Please sign in to comment.