Milk Bottle
neapolitan:milk_bottle

Milk Bottle

Neapolitan · by Team Abnormals
item Milk Bottle

Milk Bottle is a item from Neapolitan, crafted from Any Milk Bucket and Glass Bottle.

Acquisition

Crafting using Any Milk Bucket, Glass Bottle, Glass Bottle and Glass Bottle, in any arrangement. Produces 3× Milk Bottle.

Crafting ⇆ any arrangement
Any Milk Bucket
Glass Bottle
Glass Bottle
Glass Bottle
Milk Bottle Milk Bottle ×3 guaranteed
Developer reference
Registry name
neapolitan:milk_bottle
Namespace
neapolitan
Mod ID
neapolitan
Tags (1)
forge:items/bottles/milk

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:buckets/milk"
    },
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "item": "minecraft:glass_bottle"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:glass_bottle"
    },
    {
      "amount": 250,
      "fluidTag": "forge:milk"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "neapolitan"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}