Skip to content

Commit

Permalink
Add a manual entry for the windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jun 8, 2024
1 parent d5b7dee commit c1f6e19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"posts_and_wallmounts",
"scaffolding_and_ladders",
"metal_constructions",
"windows",
"engineered_lighting",
"balloon"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Factory Windows
The grime is obligatory
<&window_recipes>Framed glass windows allow some natural light to make its way into the factory, so you don't have to rely on <link;engineered_lighting;lanterns> alone.<br>
Frames made from Treated Wood are thicker, while Steel and Aluminium make for a thinner one.<br>
Unlike normal glass panes, these windows can be placed horizontally in addition to vertically, to act as skylights!
12 changes: 12 additions & 0 deletions src/main/resources/assets/immersiveengineering/manual/windows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"window_recipes": {
"type": "crafting",
"recipes": [
[
"crafting/treated_window",
"crafting/steel_window",
"crafting/alu_window"
]
]
}
}

0 comments on commit c1f6e19

Please sign in to comment.