Crafting using Spyglass and Copper Ingot, arranged in the pattern shown. Produces Telescope.
item· Weapons
Telescope
Immersive Aircraft · by Luke100000
Telescope is a item from Immersive Aircraft, crafted from Spyglass and Copper Ingot. A bulkier version of the spyglass.
Function
A bulkier version of the spyglass.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:telescope- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"T ",
"C ",
" "
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:copper_ingot"
}
]
},
"T": {
"anyOf": [
{
"item": "minecraft:spyglass"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}