aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/src/components.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-31 08:56:17 +0500
committermat <git@matdoes.dev>2025-05-30 19:22:09 -0845
commitf27c87b291a920376e006a470efb353dee46ed17 (patch)
treef1720081b856c5b7b96ab8111e6de4233f884e75 /azalea-inventory/src/components.rs
parente37524899eef8a0034faee35cef4bbf1ba779a7d (diff)
downloadazalea-drasl-f27c87b291a920376e006a470efb353dee46ed17.tar.xz
more formatting fixes
Diffstat (limited to 'azalea-inventory/src/components.rs')
-rw-r--r--azalea-inventory/src/components.rs4
1 files changed, 3 insertions, 1 deletions
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