-
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.
Add manual entry for industrial dyes
- Loading branch information
1 parent
1d81f9d
commit 7db01f4
Showing
3 changed files
with
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"hemp", | ||
"treated_wood", | ||
"chemicals", | ||
"dyes", | ||
"redstone_acid", | ||
"components", | ||
"villagers", | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/resources/assets/immersiveengineering/manual/dyes.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,21 @@ | ||
{ | ||
"start": { | ||
"type": "item_display", | ||
"items": [ | ||
{ | ||
"item": "immersiveengineering:dust_lead" | ||
}, | ||
{ | ||
"item": "immersiveengineering:ethanol_bucket" | ||
} | ||
] | ||
}, | ||
"lead_white": { | ||
"type": "crafting", | ||
"recipe": "crafting/lead_white" | ||
}, | ||
"lead_red": { | ||
"type": "crafting", | ||
"recipe": "smelting/lead_red" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/resources/assets/immersiveengineering/manual/en_us/dyes.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,9 @@ | ||
Industrial Dyes | ||
Definitely Perfectly Harmless | ||
Metal compounds have many uses in industrial dyes, and the most useful of these is lead. | ||
|
||
Lead compounds can be crafted into large quantities of red and white dye. | ||
|
||
Yellow dye has not been produced in quantity from lead, as several ingredients cannot be found in quantity to make lead chromate. | ||
<&lead_white>By combining the carbon dioxide fumes from rotting material and the acetic acid from spoiled ethanol, lead metal can be crafted into §lLead Carbonate§r, more commonly known as Lead White. Dye produced this way can be made without the need of copious numbers of skeletons just for their bones. | ||
<&lead_red>By oxidizing lead metal in of a furnace at high temperature, lead metal can be converted into §lLead Oxide§r, more commonly known as Red Lead. This dye can be produced without the need for a flower farm or the cloche for copious amounts of red flowers. |