Crafting using Any Milk Bucket, Glass Bottle, Glass Bottle and Glass Bottle, in any arrangement. Produces 3× Milk Bottle.
Milk Bottle
Neapolitan · by Team Abnormals
Milk Bottle is a item from Neapolitan, crafted from Any Milk Bucket and Glass Bottle.
Acquisition
Filling using Glass Bottle and 250× Milk Bucket. Produces Milk Bottle.
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
}