Skip to content

Commit

Permalink
Now 1.16.1 only. Spigot broke their compatibility system so can't sup…
Browse files Browse the repository at this point in the history
…port both 1.15.2 and 1.16.1 anymore.
  • Loading branch information
me4502 committed Jul 18, 2020
1 parent 4283f72 commit c091592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -93,7 +93,7 @@ allprojects {
}

dependencies {
compile 'org.bukkit:bukkit:1.15.2-R0.1-SNAPSHOT'
compile 'org.bukkit:bukkit:1.16.1-R0.1-SNAPSHOT'
compile 'com.sk89q.worldedit:worldedit-core:7.1.0-SNAPSHOT'
compile 'com.sk89q.worldedit:worldedit-bukkit:7.1.0-SNAPSHOT'
compile 'com.sk89q.worldguard:worldguard-core:7.0.0-SNAPSHOT'
Expand Down
Expand Up @@ -240,7 +240,7 @@ protected enum MobSkullType {
OCELOT("MHF_Ocelot", "scraftbrothers3"),
PARROT("MHF_Parrot"),
PIG("MHF_Pig", "XlexerX"),
PIG_ZOMBIE("MHF_PigZombie", "ManBearPigZombie", "scraftbrothers5"),
ZOMBIFIED_PIGLIN("MHF_PigZombie", "ManBearPigZombie", "scraftbrothers5"),
POLAR_BEAR("Polar_Bear", "ice_bear", "_DmacK_"),
RABBIT("MHF_Rabbit", "rabbit2077"),
SHEEP("MHF_Sheep", "SGT_KICYORASS", "Eagle_Peak"),
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sk89q/craftbook/util/EntityUtil.java
Expand Up @@ -272,7 +272,7 @@ public static void setEntityData(Entity ent, String bit) {
((ThrownExpBottle) ent).setBounce(true);
}
break;
case PIG_ZOMBIE:
case ZOMBIFIED_PIGLIN:
if (data[0].equalsIgnoreCase("angry")) {
((PigZombie) ent).setAngry(true);
}
Expand Down

0 comments on commit c091592

Please sign in to comment.