neapolitan:mint_ice_cream_block

Mint Ice Cream Block

Neapolitan · by Team Abnormals
block Shovel Mineable

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

Acquisition

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

Crafting
Mint Ice Cream Block ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Mint Ice Cream Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
neapolitan:mint_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:mint_ice_cream"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}