EvilCraft

EvilCraft

19M Downloads

Dinnerbone's (and, I'm guessing, Jeb_'s) spawn egg doesn't actually spawn anything

belathus opened this issue ยท 2 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

The spawn egg created by Dinnerbone (and probably Jeb_, since they appear to be the same) doesn't actually spawn anything.

Steps to reproduce the problem:

  1. Make spirit furnace
  2. Throw in Dinnerbone (or Jeb_)
  3. Wait until you obtain a spawn egg
  4. Attempt to spawn creature

Expected behaviour:

I'm guessing the spawn egg is supposed to spawn a sheep. If so, you need to add the tag: {EntityTag: {id:"minecraft:sheep"}}


Versions:

  • This mod: 0.10.57
  • Minecraft: 1.12.2
  • Forge: 14.23.3.2691

Log file:

overridePlayerDrop("853c80ef-3c37-49fd-aa49-938b674adae6", new ItemStack(Items.SPAWN_EGG, 1, 91).setStackDisplayName("jeb_")); // jeb_
overridePlayerDrop("61699b2e-d327-4a01-9f1e-0ea8c3f06bc6", new ItemStack(Items.SPAWN_EGG, 1, 91).setStackDisplayName("Dinnerbone")); // Dinnerbone

commented

It looks like I missed that in the 1.11/1.12 update, thanks for reporting!

commented

Anytime. It's what I'm here for. :P