+ {{ formatBuildingType(buildingData.type) }} +
+{{ selectedItem.description }}
+ +{{ JSON.stringify(selectedItem.recipe, null, 2) }}
+ {{ JSON.stringify(selectedItem.item, null, 2) }}
+ {{ JSON.stringify(selectedItem.fluid, null, 2) }}
+ {{ JSON.stringify(selectedItem.tile, null, 2) }}
+ {{
+ JSON.stringify(selectedItem.technology, null, 2)
+ }}
+ {{ JSON.stringify(selectedItem.entity, null, 2) }}
+ {{ JSON.stringify(unifiedRawData, null, 2) }}
+ + Click on any item in the left panel to see its details, ingredients, and crafting + requirements. +
+