Skip to content

Commit 3e1cbfd

Browse files
Fix Copper Golem disguise
1 parent 009b3cb commit 3e1cbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/eccentric_nz/TARDIS/lazarus/disguise/TARDISDisguise.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import net.minecraft.world.entity.TamableAnimal;
3030
import net.minecraft.world.entity.ambient.Bat;
3131
import net.minecraft.world.entity.animal.*;
32+
import net.minecraft.world.entity.animal.coppergolem.CopperGolem;
3233
import net.minecraft.world.entity.animal.horse.*;
3334
import net.minecraft.world.entity.animal.sheep.Sheep;
3435
import net.minecraft.world.entity.animal.wolf.Wolf;
@@ -45,7 +46,6 @@
4546
import org.bukkit.craftbukkit.inventory.CraftItemStack;
4647
import org.bukkit.craftbukkit.util.CraftNamespacedKey;
4748
import org.bukkit.entity.Axolotl;
48-
import net.minecraft.world.entity.animal.coppergolem.CopperGolem;
4949
import org.bukkit.entity.EntityType;
5050
import org.bukkit.entity.Frog;
5151

@@ -87,7 +87,7 @@ public static Entity createMobDisguise(TARDISDisguise disguise, World w) {
8787
}
8888
case COPPER_GOLEM -> {
8989
str = "CopperGolem";
90-
packagePath += "animal.coppergolem";
90+
packagePath += "animal.coppergolem.";
9191
hasEntityStr = false; }
9292
case CREAKING -> {
9393
str = "Creaking";

0 commit comments

Comments
 (0)