Hello!
I m trying to make villager selling spawn eggs.
Ok well I can juste modify the trade liste with eggs but I have a problem: spawn eggs are registered without the entity specification. I went for manualy register eggs with specification.
registerItem(383, "zombie_egg", (new ItemMonsterPlacer()).setUnlocalizedName("monsterPlacer"))
But MonsterPlacer take no arguments, how shud I manage this?
Hello!
I m trying to make villager selling spawn eggs.
Ok well I can juste modify the trade liste with eggs but I have a problem: spawn eggs are registered without the entity specification. I went for manualy register eggs with specification.
registerItem(383, "zombie_egg", (new ItemMonsterPlacer()).setUnlocalizedName("monsterPlacer"))
But MonsterPlacer take no arguments, how shud I manage this?