minecraft:calcite

Calcite

Minecraft · by Mojang Studios
block Pickaxe MineableOverworld Carver ReplaceablesSculk Replaceable

Acquisition

Crafting using Tuff, Tuff, Tuff, Tuff, Manipulation Essence, Tuff, Tuff, Tuff and Tuff, arranged in the pattern shown. Produces 8× Calcite.

Crafting
Calcite ×8 guaranteed

Padded using UU-Matter and Calcite Dust, arranged in the pattern shown. Produces Calcite.

Padded
UU-Matter
Calcite Dust
Calcite guaranteed

Mining & drops

sourcecountchanceconditions
Calcite1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:calcite
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/overworld_carver_replaceables
minecraft:blocks/sculk_replaceable

Recipe JSON (4):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/calcite"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:compressor",
  "pattern": null,
  "ingredients": {
    "tag": "c:calcite_small_dusts"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "xxx",
    "xyx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "item": "minecraft:tuff"
    },
    "y": {
      "item": "ars_nouveau:manipulation_essence"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "   ",
    " U ",
    " C "
  ],
  "ingredients": {
    "C": {
      "tag": "c:calcite_dusts"
    },
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}