fancynpcs: Fix sniffer attributes not being registered in for 1.21.6 - 1.21.8

This commit is contained in:
Oliver
2025-08-05 11:37:43 +02:00
parent ade386bef2
commit c391881bfd
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
2.7.0.287 2.7.0.288

View File

@@ -43,6 +43,7 @@ public class Attributes_1_21_6 {
attributes.addAll(VexAttributes.getAllAttributes()); attributes.addAll(VexAttributes.getAllAttributes());
attributes.addAll(ArmadilloAttributes.getAllAttributes()); attributes.addAll(ArmadilloAttributes.getAllAttributes());
attributes.addAll(HappyGhastAttributes.getAllAttributes()); attributes.addAll(HappyGhastAttributes.getAllAttributes());
attributes.addAll(SnifferAttributes.getAllAttributes());
attributes.addAll(DisplayAttributes.getAllAttributes()); attributes.addAll(DisplayAttributes.getAllAttributes());
attributes.addAll(TextDisplayAttributes.getAllAttributes()); attributes.addAll(TextDisplayAttributes.getAllAttributes());