Skip to content

Commit

Permalink
Revert "Don't save avm_staff:rocket_mode"
Browse files Browse the repository at this point in the history
This reverts commit c25a897.
  • Loading branch information
opekope2 committed Dec 1, 2024
1 parent c25a897 commit 658116f
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 658116f

Please sign in to comment.