24 oct. 2013, 13:16
this.spawnableCreatureList.add(new SpawnListEntry(EntityCreatureTutorial.class, 10, 3, 6)));
this.spawnableMonsterList.add(new SpawnListEntry(EntityMonsterTutorial.class, 10, 3, 6));
this.spawnableWaterCreatureList.add(new SpawnListEntry(EntityWaterTutorial.class, 10, 3, 6));
this.spawnableCaveCreatureList.add(new SpawnListEntry(EntityCaveTutorial.class, 10, 3, 6));

Ces lignes s’appliquent uniquement aux mobs vanilla ou pas?