Crafting using Stressometer, in any arrangement. Produces Speedometer.
Speedometer
Create · by simibubi
Acquisition
Crafting using Compass and Andesite Casing, arranged in the pattern shown. Produces Speedometer.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Speedometer | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Speedometer, in any arrangement. Produces Stressometer.
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
}
