ProjectZulu / Project-Zulu

Project Zulu Mod for Minecraft
24 stars 14 forks source link

Mob Spawners don't show in NEI #1

Open Crudedragos opened 11 years ago

Crudedragos commented 11 years ago

Likely need to create NEI module.

Blue001 commented 11 years ago

Some of the "Pre-created" Limited Mob Spawners appear in NEI, but some don't. This is less likely a NEI issue and more an issue with the fact PZ mobs are kept in a different entity list. Unless NEI is the one creating these limited spawners??? I assumed PZ was.

image

As you can see, there are some showing up, including the empty configurable one. The ones that are showing up, are any that populate into the Vanilla Mobs List. Any mobs that are populating under a mods "entitylist" in a different folder will not pre-gen a limited spawner. This includes PZ mobs themselves.

image

So any mobs in these folders do not get checked by your mod when auto-creating the spawners... However it does add them to the list inside the customizable one... just under folders.

Perhaps you can add a check to the limited mob spawner creation (when it comes to the pre-created ones) code to pull from the other mod entity list folders.

Crudedragos commented 11 years ago

PZ doesn't add any of those. NEI must have added some support itself, which is pretty cool. The difference between the two types is global vs entity specific.

Technically, in game they are all one list. Well, there is a Forge list that has everything (mod + global) and another list that has only global.