Pam's HarvestCraft

Pam's HarvestCraft

87M Downloads

Compat: Tough as Nails & Realistic Torches

Lurmey opened this issue ยท 3 comments

commented

Hiya, I'd like to ask if it's possible for Harvestcraft to be made compatible with Tough As Nails and Realistic Torches (TAN & RT).

With TAN, the drinks in Harvestcraft could be made to provide some or mostly hydration instead of nutrition. With RT, the candles are a way to easily avoid the difficulty added by the mod, so a way for the candles to go out and be relit when RT is present would be great.

Thanks.

commented

Since this is still open, I'll comment on it.

Add harvestcraft items to config/toughasnails/drink_stats.json manually.

Here is an example config adding a milk bucket and harvestcraft apple juice:

  {
    "item": {
      "name": "minecraft:milk_bucket",
      "metadata": 0
    },
    "thirst": 6,
    "hydration": 0.7,
    "poisonChance": 0.0
  },

 {
    "item": {
      "name": "harvestcraft:applejuiceitem",
      "metadata": 0
    },
    "thirst": 2,
    "hydration": 0.8,
    "poisonChance": 0.0
  }
]
commented

Copy and paste?

commented

Since this is still open, I'll comment on it.

Add harvestcraft items to config/toughasnails/drink_stats.json manually.

Here is an example config adding a milk bucket and harvestcraft apple juice:

  {
    "item": {
      "name": "minecraft:milk_bucket",
      "metadata": 0
    },
    "thirst": 6,
    "hydration": 0.7,
    "poisonChance": 0.0
  },

 {
    "item": {
      "name": "harvestcraft:applejuiceitem",
      "metadata": 0
    },
    "thirst": 2,
    "hydration": 0.8,
    "poisonChance": 0.0
  }
]

Yo man, don't leave us hanging. How do we go about doing that?