Crafting using Any String, Any Glass, Any Gold Plate and Any Glass, arranged in the pattern shown. Produces Engineer's Goggles.
Engineer's Goggles
Create · by simibubi
Function
_Kinetic components_ show added _Stress Impact_ or _Capacity_. _Stressometers_ show statistics of their _attached kinetic network_. Some other blocks reveal information such as item and fluid content. When looking at blocks Augments your HUD with _miscellaneous information_ about placed components.
Acquisition
Developer reference
- Registry name
create:goggles- Namespace
create- Mod ID
create- Tags (1)
curios:items/head
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"GPG"
],
"ingredients": {
"G": {
"tag": "forge:glass"
},
"P": {
"tag": "forge:plates/gold"
},
"S": {
"tag": "forge:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
