Neapolitan Ice Cream
neapolitan:neapolitan_ice_cream

Neapolitan Ice Cream

Neapolitan · by Team Abnormals
item Ice Cream

Neapolitan Ice Cream is a item from Neapolitan, crafted from Vanilla Ice Cream, Chocolate Bar, and Strawberries.

Acquisition

Crafting using Vanilla Ice Cream, Chocolate Bar and Strawberries, in any arrangement. Produces Neapolitan Ice Cream.

Crafting ⇆ any arrangement
Vanilla Ice Cream
Chocolate Bar
Strawberries
Neapolitan Ice Cream Neapolitan Ice Cream guaranteed

Crafting using Bowl, Chocolate Bar, Dried Vanilla Pods, Strawberries, Milk Bucket, Ice Cubes and Sugar, in any arrangement. Produces Neapolitan Ice Cream.

Crafting ⇆ any arrangement
Bowl
Chocolate Bar
Dried Vanilla Pods
Strawberries
Milk Bucket
Ice Cubes
Sugar
Neapolitan Ice Cream Neapolitan Ice Cream guaranteed
Developer reference
Registry name
neapolitan:neapolitan_ice_cream
Namespace
neapolitan
Mod ID
neapolitan
Tags (1)
neapolitan:items/ice_cream

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "neapolitan:vanilla_ice_cream"
    },
    {
      "item": "neapolitan:chocolate_bar"
    },
    {
      "tag": "forge:fruits/strawberry"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:bowl"
    },
    {
      "item": "neapolitan:chocolate_bar"
    },
    {
      "item": "neapolitan:dried_vanilla_pods"
    },
    {
      "tag": "forge:fruits/strawberry"
    },
    {
      "tag": "forge:milk"
    },
    {
      "item": "neapolitan:ice_cubes"
    },
    {
      "item": "minecraft:sugar"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}