From f27c87b291a920376e006a470efb353dee46ed17 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 31 May 2025 08:56:17 +0500 Subject: more formatting fixes --- azalea-inventory/src/components.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azalea-inventory/src/components.rs') diff --git a/azalea-inventory/src/components.rs b/azalea-inventory/src/components.rs index 72216475..0440afe3 100644 --- a/azalea-inventory/src/components.rs +++ b/azalea-inventory/src/components.rs @@ -901,7 +901,9 @@ pub struct DamageResistant { // in the vanilla code this is // ``` // StreamCodec.composite( - // TagKey.streamCodec(Registries.DAMAGE_TYPE), DamageResistant::types, DamageResistant::new + // TagKey.streamCodec(Registries.DAMAGE_TYPE), + // DamageResistant::types, + // DamageResistant::new, // ); // ``` // i'm not entirely sure if this is meant to be a vec or something, i just made it a -- cgit v1.2.3