Skip to content

Commit

Permalink
merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
heyhey123-git committed Oct 10, 2024
1 parent 9d57f55 commit 4fde01c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public enum EntityId {

ZOMBIE_HORSE("minecraft:zombie_horse", 27),

ZOMBIFIED_PIGLIN("minecraft:zombie_pigman", 36),
ZOMBIE_PIGMAN("minecraft:zombie_pigman", 36),

ZOMBIE_VILLAGER("minecraft:zombie_villager", 44),

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public final class EntityTypes {

public static EntityType<EntityZombieHorse> ZOMBIE_HORSE;

public static EntityType<EntityZombifiedPiglin> ZOMBIFIED_PIGLIN;
public static EntityType<EntityZombiePigman> ZOMBIE_PIGMAN;

public static EntityType<EntityZombieVillager> ZOMBIE_VILLAGER;

Expand Down

0 comments on commit 4fde01c

Please sign in to comment.