Jump to content

My modded minecraft crashed after I added exceptions for my mods in drink_stats.json for the Tough as Nails mod


Pathka

Recommended Posts

This only started happening after I added these changes. 
 

Spoiler

 

[
  {
    "item": {
      "name": "minecraft:milk_bucket",
      "metadata": 0
    },
    "thirst": 6,
    "hydration": 0.7,
    "poisonChance": 0.0
  },
  // BoP's berries
  {
    "item": {
      "name": "biomesoplenty:berries",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  // Harvestcraft's berries
{
    "item": {
      "name": "harvestcraft:strawberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:blackberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:cranberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:gooseberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:candleberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:raspberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
{
    "item": {
      "name": "harvestcraft:blueberryitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
},
  // Natura's berries
  {
    "item": {
      "name": "natura:edibles",
      "metadata": 2
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "natura:edibles",
      "metadata": 3
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "natura:edibles",
      "metadata": 4
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "natura:edibles",
      "metadata": 5
    },
    "thirst": 0,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  // Harvestcraft's misc drinks
  {
    "item": {
      "name": "harvestcraft:ironbrewitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 0.8,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:eggnogitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:hotchocolateitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:bubblywateritem",
      "metadata": 0
    },
    "thirst": 7,
    "hydration": 0.7,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:fruitpunchitem",
      "metadata": 0
    },
    "thirst": 7,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:pinacoladaitem",
      "metadata": 0
    },
    "thirst": 9,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:energydrinkitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 3.0,
    "poisonChance": 0.0
  },

  // Natura's cactus juice
  {
    "item": {
      "name": "natura:edibles",
      "metadata": 11
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.5
  },
  // AA's carrot juice
  {
    "item": {
      "name": "actuallyadditions:item_food",
      "metadata": 2
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
 // Harvestcraft's juices
{
    "item": {
      "name": "harvestcraft:applejuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:apricotjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:blackberryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:blueberryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:cactusfruitjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:carrotjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:cherryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:cranberryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:figjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:grapejuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:grapefruitjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:kiwijuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:limejuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:lemonaideitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:mangojuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:melonjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:orangejuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:papayajuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:peachjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:pearjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:persimmonjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:plumjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:pomegranatejuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:raspberryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:starfruitjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },
{
    "item": {
      "name": "harvestcraft:strawberryjuiceitem",
      "metadata": 0
    },
    "thirst": 0,
    "hydration": 4.0,
    "poisonChance": 0.0
  },

// Harvestcraft Sodas
  {
    "item": {
      "name": "harvestcraft:strawberrysodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:grapefruitsodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:orangesodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:lemonlimesodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:grapesodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cherrysodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:colasodaitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:rootbeersodaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:gingersodaitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
 
  //SMOOTHIES
 
  {
    "item": {
      "name": "harvestcraft:strawberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:applesmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:melonsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:grapesmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:blueberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cherrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:papayasmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:starfruitsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:orangesmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:peachsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:limesmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:mangosmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:pomegranatesmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:blackberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:raspberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:kiwismoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cranberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:plumsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:pearsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:apricotsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:figsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:grapefruitsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:persimmonsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:lemonsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:bananasmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:gooseberrysmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:coconutsmoothieitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
 
  // MILKSHAKES
 
 
  {
    "item": {
      "name": "harvestcraft:bananamilkshakeitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:strawberrymilkshakeitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:durianmilkshakeitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:chocolatemilkshakeitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:gooseberrymilkshakeitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
 
  // TEAS AND COFFEE
 
 
  {
    "item": {
      "name": "harvestcraft:bubbleteaitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:sweetteaitem",
      "metadata": 0
    },
    "thirst": 12,
    "hydration": 1.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:teaitem",
      "metadata": 0
    },
    "thirst": 6,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:greenteaitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:earlgreyteaitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:raspberryicedteaitem",
      "metadata": 0
    },
    "thirst": 9,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:chaiteaitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:coffeeitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 0.3,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:coffeeconlecheitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:espressoitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
 
  // MILKS
 
  {
    "item": {
      "name": "harvestcraft:chocolatemilkitem",
      "metadata": 0
    },
    "thirst": 10,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:soymilkitem",
      "metadata": 0
    },
    "thirst": 7,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:coconutmilkitem",
      "metadata": 0
    },
    "thirst": 6,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cookiesandmilkitem",
      "metadata": 0
    },
    "thirst": 8,
    "hydration": 1.2,
    "poisonChance": 0.0
  },
 
  // SOUPS
 
  {
    "item": {
      "name": "harvestcraft:pumpkinsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:carrotsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:potatosoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:chickennoodlesoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 1.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:spidereyesoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:vegetablesoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:tomatosoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cucumbersoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:ricesoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:beetsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:creamedbroccolisoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:splitpeasoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:turnipsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:celerysoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:asparagussoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:creamofavocadosoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:cactussoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:seedsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:gardensoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:oldworldveggiesoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:lambbarleysoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:leekbaconsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:peaandhamsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:potatoandleeksoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:pizzasoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.0,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:misosoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:wontonsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:chorusfruitsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:hotandsoursoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "harvestcraft:onionsoupitem",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
 
  // NON HARVESTCRAFT SOUPS
 
  {
    "item": {
      "name": "minecraft:beetroot_soup",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "minecraft:mushroom_stew",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  },
  {
    "item": {
      "name": "minecraft:rabbit_stew",
      "metadata": 0
    },
    "thirst": 3,
    "hydration": 0.5,
    "poisonChance": 0.0
  }


]

 

I suspect that I messed something up, in adding this.
This is the error log

 

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
  TickrateChanger (TickrateChanger-1.0.14.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 7/16/19 10:45 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tough As Nails (toughasnails)
Caused by: java.lang.NullPointerException
    at toughasnails.init.ModConfig.lambda$init$1(ModConfig.java:75)
    at toughasnails.init.ModConfig$$Lambda$662/2127381923.apply(Unknown Source)
    at toughasnails.init.ModConfig.populateDataMap(ModConfig.java:92)
    at toughasnails.init.ModConfig.init(ModConfig.java:75)
    at toughasnails.core.ToughAsNails.init(ToughAsNails.java:83)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1858083024 bytes (1772 MB) / 3758096384 bytes (3584 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 32 mods loaded, 32 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID               | Version      | Source                                               | Signature                                |
    |:----- |:---------------- |:------------ |:---------------------------------------------------- |:---------------------------------------- |
    | LCHI  | minecraft        | 1.12.2       | minecraft.jar                                        | None                                     |
    | LCHI  | mcp              | 9.42         | minecraft.jar                                        | None                                     |
    | LCHI  | FML              | 8.0.99.99    | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHI  | forge            | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHI  | biomesoplenty    | 7.0.1.2439   | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar        | None                                     |
    | LCHI  | craftstudioapi   | 1.0.0        | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar   | None                                     |
    | LCHI  | harvestcraft     | 1.12.2zb     | Pam's+HarvestCraft+1.12.2zd+Surprise+for+Yogcast.jar | None                                     |
    | LCHI  | animania         | 1.6.2        | animania-1.12.2-1.6.2.jar                            | None                                     |
    | LCHI  | autoreglib       | 1.3-31       | AutoRegLib-1.3-31.jar                                | None                                     |
    | LCHI  | baubles          | 1.5.2        | Baubles-1.12-1.5.2.jar                               | None                                     |
    | LCHI  | patchouli        | 1.0-20       | Patchouli-1.0-20.jar                                 | None                                     |
    | LCHI  | llibrary         | 1.7.19       | llibrary-1.7.19-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCHI  | bewitchment      | @VERSION@    | Bewitchment-1.12.2-0.0.19.48-indev.jar               | None                                     |
    | LCHI  | bibliocraft      | 2.4.5        | BiblioCraft[v2.4.5][MC1.12.2].jar                    | None                                     |
    | LCHI  | codechickenlib   | 3.2.2.353    | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHI  | cosmiclib        | 0.4.0        | CosmicLib-1.12.2-0.4.0.BETA.jar                      | d3974446c00f9f1d275edce305771eeddf30c658 |
    | LCHI  | exoticbirds      | 1.0          | Exotic+Birds+1.12.2-2.2.1.jar                        | None                                     |
    | LCHI  | waila            | 1.8.26       | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
    | LCHI  | iceandfire       | 1.7.1        | iceandfire-1.7.1-1.12.2.jar                          | None                                     |
    | LCHI  | jei              | 4.15.0.268   | jei_1.12.2-4.15.0.268.jar                            | None                                     |
    | LCHI  | journeymap       | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar                          | None                                     |
    | LCHI  | naturescompass   | 1.5.1        | NaturesCompass-1.12.2-1.5.1.jar                      | None                                     |
    | LCHI  | nei              | 2.4.2        | NotEnoughItems-1.12.2-2.4.2.240-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHI  | nutrition        | 4.4.0        | Nutrition-1.12.2-4.4.0.jar                           | None                                     |
    | LCHI  | psi              | r1.1-77      | Psi-r1.1-77.jar                                      | None                                     |
    | LCHI  | sereneseasons    | 1.2.16       | SereneSeasons-1.12.2-1.2.16-universal.jar            | None                                     |
    | LCHI  | shouldersurfing  | 1.16         | ShoulderSurfing-1.12.2-1.15.1.jar                    | d6261bb645f41db84c74f98e512c2bb43f188af2 |
    | LCHI  | tickratechanger  | 1.0.14       | TickrateChanger-1.0.14.jar                           | None                                     |
    | LCHI  | sleepingoverhaul | 1.0.0        | SleepingOverhaul-1.12.2-1.0.0.jar                    | d3974446c00f9f1d275edce305771eeddf30c658 |
    | LCHI  | thaumcraft       | 6.1.BETA26   | Thaumcraft-1.12.2-6.1.BETA26.jar                     | None                                     |
    | LCHE  | toughasnails     | 3.1.0.139    | ToughAsNails-1.12.2-3.1.0.139-universal.jar          | None                                     |
    | LCH   | thebetweenlands  | 3.4.9        | TheBetweenlands-3.4.9-universal.jar                  | 38067d6878811efb38b6a045521cfd80b9b60b38 |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
  com.teamderpy.shouldersurfing.asm.ShoulderTransformations
TickrateChanger (TickrateChanger-1.0.14.jar)
  me.guichaguri.tickratechanger.TickrateTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
    GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000'
    [Psi] Active spell: None

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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