forked from BluSunrize/ImmersiveEngineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document treated wood doors in manual
- Loading branch information
1 parent
cf89d11
commit 0521d00
Showing
5 changed files
with
42 additions
and
15 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
34 changes: 34 additions & 0 deletions
34
src/main/resources/assets/immersiveengineering/manual/doors_and_trapdoors.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,34 @@ | ||
{ | ||
"treated_wood": { | ||
"type": "crafting", | ||
"recipes": [ | ||
[ | ||
{ | ||
"recipe": "crafting/treated_door" | ||
}, | ||
{ | ||
"recipe": "crafting/treated_trapdoor" | ||
}, | ||
{ | ||
"recipe": "crafting/treated_door_framed_from_treated_door" | ||
}, | ||
{ | ||
"recipe": "crafting/treated_trapdoor_framed_from_treated_trapdoor" | ||
} | ||
] | ||
] | ||
}, | ||
"steel": { | ||
"type": "crafting", | ||
"recipes": [ | ||
[ | ||
{ | ||
"recipe": "crafting/steel_door" | ||
}, | ||
{ | ||
"recipe": "crafting/steel_trapdoor" | ||
} | ||
] | ||
] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/immersiveengineering/manual/en_us/doors_and_trapdoors.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,7 @@ | ||
Doors & Trapdoors | ||
Vitrified 06/15/1961 | ||
<&treated_wood>Treated Wood Doors and Trapdoors are nothing special, only a fancier version of the standard wooden door.<br> | ||
They are made with treated wood planks and come in steel-framed and wooden variants. | ||
<&steel>Steel Doors and Trapdoors are a more secure variant of iron doors, suitable for uses in high-security facilities.<br> | ||
Unlike iron doors, they respond to normal opening procedures instead of only opening when a redstone signal is applied.<br> | ||
When a redstone signal is applied, a locking mechanism activates and the door cannot be opened until the signal is disabled. |
5 changes: 0 additions & 5 deletions
5
src/main/resources/assets/immersiveengineering/manual/en_us/steel_doors_and_trapdoors.txt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/main/resources/assets/immersiveengineering/manual/steel_doors_and_trapdoors.json
This file was deleted.
Oops, something went wrong.