Crafting using Copper Ingot, Copper Ingot, Redstone Dust, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Altimeter.
Altimeter
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Developer reference
- Registry name
supplementaries:altimeter- Namespace
supplementaries- Mod ID
supplementaries- Tags (1)
supplementaries:items/altimeters
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" 1 ",
"101",
" 1 "
],
"ingredients": {
"0": {
"item": "minecraft:redstone"
},
"1": {
"item": "minecraft:copper_ingot"
}
},
"conditions": [
{
"raw": {
"flag": "altimeter",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}