Rare Ink
irons_spellbooks:rare_ink

Rare Ink

Iron's Spells 'n Spellbooks · by Iron431, Lab3
item

Acquisition

Filling using Glass Bottle and Rare Ink (250 mB). Produces Rare Ink.

Filling conditional
Glass Bottle Glass Bottle Rare Ink (250 mB)
Rare Ink Rare Ink guaranteed

Emptying using Rare Ink. Produces Glass Bottle and 250× Rare Ink.

Emptying conditional
Glass Bottle Glass Bottle guaranteed
Rare Ink Rare Ink ×250 guaranteed

Alchemist Cauldron Empty using no listed ingredients. Produces Rare Ink.

Alchemist Cauldron Empty
Rare Ink Rare Ink guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Poor Ink (irons_spellbooks) irons_spellbooks:poor_ink1–1100%
Gameplay loot table: Great Ink (irons_spellbooks) irons_spellbooks:great_ink1–1100%
Gameplay loot table: Decent Ink (irons_spellbooks) irons_spellbooks:decent_ink1–1100%
Gameplay loot table: Good Ink (irons_spellbooks) irons_spellbooks:good_ink1–1100%
Gameplay loot table: Reward Ink (irons_spellbooks) irons_spellbooks:reward_ink1–1100%

Used in (1)

Emptying using Rare Ink. Produces Glass Bottle and 250× Rare Ink.

Emptying conditional
Glass Bottle Glass Bottle guaranteed
Rare Ink Rare Ink ×250 guaranteed
Developer reference
Registry name
irons_spellbooks:rare_ink
Namespace
irons_spellbooks
Mod ID
irons_spellbooks

Recipe JSON (3):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "fluid": "irons_spellbooks:rare_ink",
      "amount": 250
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:emptying",
  "pattern": null,
  "ingredients": {
    "item": "irons_spellbooks:rare_ink"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "irons_spellbooks:alchemist_cauldron_empty",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}