-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5b7dee
commit c1f6e19
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/immersiveengineering/manual/en_us/windows.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
src/main/resources/assets/immersiveengineering/manual/windows.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
] | ||
} | ||
} |