Custom Spawners with a Cat Type crash the game
Very easy to reproduce. A custom spawner which should spawn a cat with a cat type (Siamese, Black, Tabby) instead crashes the game.
Created Issue:
Custom Spawners with a Cat Type crash the game
Very easy to reproduce. A custom spawner which should spawn a cat with a cat type (Siamese, Black, Tabby) instead crashes the game.
Added Attachments:
How are you getting a custom spawner? Are you modding the game?
I'm using a third party tool; but across various third party tools used for the creation of custom spawners through the use of the tags added in 1.3 for custom spawners, cat spawners have never worked.
Thank you for pointing out the problem. Cat spawners are not a part of the vanilla game though and this may or may not get corrected in a future update. I won't mark this as invalid until one of the developers can chime in with their thoughts.
@Selbram:
Its actually not a mod, because these tags exist in vanilla Minecraft, but you can only edit them with external programs. Google NBTedit.
Yeah, what Raphael said. Dinnerbone added in a truckload of tags for spawners that allow people, mapmakers especially to create all kinds of custom spawners. Examples being charged creepers, zombies wearing armor, etc. There's even some (hopefully) planned ones; being able to spawnstack mobs (Spider Jockey) but I haven't heard much about that in awhile.
I have already flagged the devs to take a look.
Without a crash report I cannot assist you. Ideally, please provide:
The only things I've changed are the spawner type (It has been set to Ozelot; side note, I'll never understand why it's Ozelot and not Ocelot in the code) and the CatType (Any number you set it to crashes the game).
As for the report; see below. It's pretty easy to determine with this that it's definitely the CatType screwing up.
Have you tried setting it as an int and not a byte? Also, it's "Ozelot" because that's what it's called in Swedish.
I'm not exactly sure how I would go about doing that. I'm using a third party tool called Custom Spawner from here. http://www.minecraftforum.net/topic/1133295-custom-spawner-custom-shop-populate-chests-anvil-light-fixer-and-more/
It might be a problem with how he programmed the tool, then... but this is also a problem with Sethbling's MCEdit filter too, last time I tried it.
Then this is most definitely an issue of the program you're using and you should report it to the devs. CatType is an int and not a byte. Closing this ticket off.