Lava Bottle
alexsmobs:lava_bottle

Lava Bottle

Alex's Mobs · by Alexthe668, Carro1001, Paint_Ninja
item

Acquisition

Filling using Glass Bottle and Lava (250 mB). Produces Lava Bottle.

Filling conditional
Glass Bottle Glass Bottle Lava (250 mB)
Lava Bottle Lava Bottle guaranteed
Developer reference
Registry name
alexsmobs:lava_bottle
Namespace
alexsmobs
Mod ID
alexsmobs

Recipe JSON (1):

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