neapolitan:vanilla_ice_cream_block

Vanilla Ice Cream Block

Neapolitan · by Team Abnormals
block Shovel Mineable

Vanilla Ice Cream Block is a block from Neapolitan, crafted from Snow Block and Vanilla Ice Cream.

Acquisition

Crafting using Snow Block, Snow Block, Snow Block, Snow Block, Vanilla Ice Cream, Snow Block, Snow Block, Snow Block and Snow Block, arranged in the pattern shown. Produces 8× Vanilla Ice Cream Block.

Crafting
Vanilla Ice Cream Block ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Vanilla Ice Cream Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
neapolitan:vanilla_ice_cream_block
Namespace
neapolitan
Mod ID
neapolitan
Tags (1)
minecraft:blocks/mineable/shovel

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:snow_block"
    },
    "X": {
      "item": "neapolitan:vanilla_ice_cream"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}