Skip to content

Commit

Permalink
Add Baubletype to nightvision
Browse files Browse the repository at this point in the history
  • Loading branch information
h3tR authored Oct 18, 2024
1 parent 805394b commit f785fcf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public static void registerItems(RegistryEvent.Register<Item> event) {
MetaItems.SEMIFLUID_JETPACK.addComponents(new ArmorBaubleBehavior(BaubleType.BODY));
MetaItems.ELECTRIC_JETPACK.addComponents(new ArmorBaubleBehavior(BaubleType.BODY));
MetaItems.ELECTRIC_JETPACK_ADVANCED.addComponents(new ArmorBaubleBehavior(BaubleType.BODY));
MetaItems.NIGHTVISION_GOGGLES.addComponents(new ArmorBaubleBehavior(BaubleType.HEAD));

}

@NotNull
Expand Down

0 comments on commit f785fcf

Please sign in to comment.