Limit Lycanite's Mob Spawns #30


  • New
  • Other
Open
Assigned to _ForgeUser2804591
  • _ForgeUser16806160 created this issue Aug 22, 2014

    Lycanite's Mobs offer decent spawn limitations itself. However, I was wondering how to add mobs from addons into the config file?

    I already tried:

    spawn-reasons:
      NATURAL: true
      CHUNK_GEN: true
    entities:
      CREATURE: 15
      MAKA: 5
    


    But neither, "Creature" or "Maka" don't seem to do anything. How should I refer to these added mobs?

  • _ForgeUser16806160 added the tags New Other Aug 22, 2014
  • _ForgeUser2804591 posted a comment Aug 23, 2014

    I'm unfamiliar with Lycanite's Mobs. Is that a mod?

  • _ForgeUser16806160 posted a comment Aug 24, 2014

    Yes. It's a mod.
    http://lycanitesmobs.nephrite.uk/

    I am using this plugin in Cauldron version: 1.7.10-1.1207.01.187

  • _ForgeUser9047567 posted a comment Oct 13, 2015

    The reason MAKA isn't working is because you have to specify the mod id that the mob comes from, then the mob.

    Ex: {ModID}_MAKA

    Do it this way and it'll work.


    Edited Oct 13, 2015

To post a comment, please login or register a new account.