Skip to content

Commit

Permalink
Merge branch 'dev' into release/1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Dec 1, 2024
2 parents e0ae15f + ac9821c commit 283cbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ object DataComponentTypes : RegistryUtil<ComponentType<*>>(MOD_ID, RegistryKeys.
@JvmField
val ROCKET_MODE = register("rocket_mode") {
ComponentType.builder<MinecraftUnit>()
.codec(MinecraftUnit.CODEC)
.packetCodec(PacketCodec.unit(minecraftUnit))
.build()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
java = "21" # Don't forget to update *.mixins.json
kotlin = "2.0.0"
staff-mod = "0.20.2"
staff-mod = "0.20.3"
architectury-plugin = "3.4-SNAPSHOT"
architectury-loom = "1.7-SNAPSHOT"
yarn = "1.21+build.9"
Expand Down

0 comments on commit 283cbb2

Please sign in to comment.