Jump to content

Helliostat

Members
  • Posts

    2
  • Joined

  • Last visited

Helliostat's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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?
  2. 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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.