Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,18 @@ private void allowedTypes() {
String.class,
"allowed-mobs",
List.of(
"allay",
"armadillo",
"camel",
"cat",
"chicken",
"cod",
"cow",
"dolphin",
"fox",
"frog",
"goat",
"happy_ghast",
"horse",
"iron_golem",
"llama",
Expand All @@ -73,9 +79,11 @@ private void allowedTypes() {
"rabbit",
"salmon",
"sheep",
"sniffer",
"snow_golem",
"squid",
"strider",
"tadpole",
"trader_llama",
"tropical_fish",
"turtle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@
public final class Icons {
public static final Map<EntityType, Key> BY_TYPE = new HashMap<>();

public static final Key ALLAY = register("allay");
public static final Key ARMADILLO = register("armadillo");
public static final Key BAT = register("bat");
public static final Key BEE = register("bee");
public static final Key BLAZE = register("blaze");
public static final Key BREEZE = register("breeze");
public static final Key CAMEL = register("camel");
public static final Key CAT = register("cat");
public static final Key CAVE_SPIDER = register("cave_spider");
public static final Key CHICKEN = register("chicken");
public static final Key COD = register("cod");
public static final Key COW = register("cow");
public static final Key CREAKING = register("creaking");
public static final Key CREEPER = register("creeper");
public static final Key DOLPHIN = register("dolphin");
public static final Key DONKEY = register("donkey");
Expand All @@ -33,9 +38,12 @@ public final class Icons {
public static final Key ENDERMITE = register("endermite");
public static final Key EVOKER = register("evoker");
public static final Key FOX = register("fox");
public static final Key FROG = register("frog");
public static final Key GHAST = register("ghast");
public static final Key GIANT = register("giant");
public static final Key GOAT = register("goat");
public static final Key GUARDIAN = register("guardian");
public static final Key HAPPY_GHAST = register("happy_ghast");
public static final Key HOGLIN = register("hoglin");
public static final Key HORSE = register("horse");
public static final Key HUSK = register("husk");
Expand Down Expand Up @@ -65,18 +73,21 @@ public final class Icons {
public static final Key SKELETON = register("skeleton");
public static final Key SKELETON_HORSE = register("skeleton_horse");
public static final Key SLIME = register("slime");
public static final Key SNIFFER = register("sniffer");
public static final Key SNOW_GOLEM = register("snow_golem");
public static final Key SPIDER = register("spider");
public static final Key SQUID = register("squid");
public static final Key STRAY = register("stray");
public static final Key STRIDER = register("strider");
public static final Key TADPOLE = register("tadpole");
public static final Key TRADER_LLAMA = register("trader_llama");
public static final Key TROPICAL_FISH = register("tropical_fish");
public static final Key TURTLE = register("turtle");
public static final Key VEX = register("vex");
public static final Key VILLAGER = register("villager");
public static final Key VINDICATOR = register("vindicator");
public static final Key WANDERING_TRADER = register("wandering_trader");
public static final Key WARDEN = register("warden");
public static final Key WITCH = register("witch");
public static final Key WITHER = register("wither");
public static final Key WITHER_SKELETON = register("wither_skeleton");
Expand Down
Binary file added addons/mobs/src/main/resources/icons/allay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/armadillo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/breeze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/camel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/creaking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/frog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/goat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/happy_ghast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/sniffer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/tadpole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addons/mobs/src/main/resources/icons/warden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.