Skip to content

Commit

Permalink
ok this probably fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 7, 2022
1 parent 2eb2536 commit 62b02bc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
public abstract class MobMixin extends LivingEntity {

@Shadow
public void setPathfindingMalus(BlockPathTypes blockPathTypes, float f) {
throw new AssertionError("Mixin injection failed - WilderWild MobMixin.");
}
public abstract void setPathfindingMalus(BlockPathTypes nodeType, float malus);

private MobMixin(EntityType<? extends LivingEntity> entityType, Level level) {
super(entityType, level);
Expand Down

0 comments on commit 62b02bc

Please sign in to comment.