Skip to content

Commit

Permalink
Removed more unused mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Iron-Cheems committed May 3, 2024
1 parent 7da2f62 commit 6c8d538
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 145 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,4 @@ public interface LivingEntityAccessor {

@Accessor("jumpingCooldown")
void setJumpCooldown(int cooldown);

@Accessor("POTION_SWIRLS")
static TrackedData<List<ParticleEffect>> meteor$getPotionSwirls() {
throw new AssertionError();
}

@Accessor("POTION_SWIRLS_AMBIENT")
static TrackedData<Boolean> meteor$getPotionSwirlsAmbient() {
throw new AssertionError();
}
}

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/meteor-client.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"AbstractSignEditScreenAccessor",
"AbstractSignEditScreenMixin",
"ArmorFeatureRendererMixin",
"AttributeContainerMixin",
"BackgroundRendererMixin",
"BakedQuadMixin",
"BannerBlockEntityRendererMixin",
Expand Down Expand Up @@ -76,7 +75,6 @@
"EnchantingTableBlockEntityRendererMixin",
"EndCrystalEntityRendererMixin",
"EntityAccessor",
"EntityAttributeInstanceMixin",
"EntityBucketItemAccessor",
"EntityEffectParticleEffectAccessor",
"EntityMixin",
Expand Down Expand Up @@ -152,7 +150,6 @@
"SectionedEntityCacheAccessor",
"ShapeIndexBufferAccessor",
"ShulkerBoxBlockMixin",
"ShulkerEntityAccessor",
"SignBlockEntityRendererMixin",
"SimpleEntityLookupAccessor",
"SimpleOptionMixin",
Expand Down

0 comments on commit 6c8d538

Please sign in to comment.