{
  "name": "silex",
  "creatureType": "aquatic",
  "groups": [
    "animal"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntitySilex",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelSilex",
  "loadDefault": true,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "wateranimal"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "all",
      "-ocean",
      "-beach"
    ],
    "spawnWeight": 8,
    "dungeonWeight": 0,
    "spawnAreaLimit": 6,
    "spawnGroupMin": 1,
    "spawnGroupMax": 6,
    "spawnsInLight": true,
    "spawnsInDark": false,
    "worldDayMin": -1,
    "despawnNatural": false,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 0.8,
  "experience": 5,
  "health": 5,
  "defense": 1,
  "armor": 0,
  "speed": 24,
  "damage": 1,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#263abd",
  "eggForeColor": "#040e75",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "lux",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "keppel",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "water",
  "diets": [
    "geovore"
  ],
  "peaceful": true,
  "farmable": true,
  "summonable": false,
  "tameable": false,
  "mountable": false,
  "summonCost": 2,
  "dungeonLevel": 0,
  "drops": [
    {
      "item": "minecraft:dye",
      "metadata": 4,
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    },
    {
      "item": "lycanitesmobs:raw_silex_meat",
      "burningItem": "lycanitesmobs:cooked_silex_meat",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}