Speedometer
create:speedometer

Speedometer

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Stressometer, in any arrangement. Produces Speedometer.

Crafting ⇆ any arrangement
Stressometer
Speedometer Speedometer guaranteed

Crafting using Compass and Andesite Casing, arranged in the pattern shown. Produces Speedometer.

Crafting
Speedometer Speedometer guaranteed

Mining & drops

sourcecountchanceconditions
Speedometer1–1100%Survives Explosion

Used in (1)

Crafting using Speedometer, in any arrangement. Produces Stressometer.

Crafting ⇆ any arrangement
Speedometer
Stressometer Stressometer guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:speedometer
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:stressometer"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "C",
    "A"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_casing"
    },
    "C": {
      "item": "minecraft:compass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}