Skip to content

Commit

Permalink
Improved new guide entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Jul 14, 2019
1 parent 43557bd commit 0d111ce
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pages": [
{
"type": "text",
"text": "The $(item)Food Enricher$() makes $(item)Purified Food$() (made with the $(l:hot_air/food_purifier)$(item)Food Purifier$()) more nutritious. More nutritious foods take much longer to process, and it can not improve foods beyond a certain point. $(br2)Items can be inserted/extracted from any side except top and bottom."
"text": "The $(item)Food Enricher$() makes $(item)Purified Food$() (made with the $(l:hot_air/food_purifier)$(item)Food Purifier$()) more nutritious. More nutritious foods take much longer to process, and it can not improve foods beyond a certain point, but the process can be repeated several times. $(br2)Items can be inserted/extracted from any side except top and bottom."
},
{
"type": "crafting",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,27 @@
"pages": [
{
"type": "text",
"text": "The $(item)Fuel Processor$() breaks down Furnace fuels into $(item)Fuel Pellets$(), each burning for a single item in a Furnace. They can also be combined into groups of 4, 16 or 64 for convenience. The output amount is rounded down if needed (for example with planks). $(br2)Items can be inserted/extracted from any side except top and bottom."
"text": "The $(item)Fuel Processor$() breaks down Furnace fuels into $(item)Fuel Pellets$(), each burning for a single item in a Furnace. They can also be combined into groups of 4, 16 or 64 for convenience.$(br2)The output amount is rounded down if needed. Fuels that burn for more than 64 items or have a container (like $(item)Lava Buckets$()) can't be processed."
},
{
"type": "crafting",
"recipe": "prodigytech:machine/fuel_processor"
"recipe": "prodigytech:machine/fuel_processor",
"text": "Items can be inserted/extracted from any side except top and bottom."
},
{
"type": "crafting",
"recipe": "prodigytech:storage/fuel_pellet_4",
"recipe2": "prodigytech:storage/fuel_pellet_4_uncraft"
},
{
"type": "crafting",
"recipe": "prodigytech:storage/fuel_pellet_16",
"recipe2": "prodigytech:storage/fuel_pellet_16_uncraft"
},
{
"type": "crafting",
"recipe": "prodigytech:storage/fuel_pellet_64",
"recipe2": "prodigytech:storage/fuel_pellet_64_uncraft"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pages": [
{
"type": "text",
"text": "The $(item)Food Purifier$() can transform any food item into $(item)Purified Food$(). It retains all of its nutritional value and is stripped of any side effect, positive or negative. $(br2)Items can be inserted/extracted from any side except top and bottom."
"text": "The $(item)Food Purifier$() can transform any food item into $(item)Purified Food$(). It retains all of its nutritional value but is stripped of any side effect, positive or negative. Remember though that it considers $(item)Bowls$() as being part of the food. $(br2)Items can be inserted/extracted from any side except top and bottom."
},
{
"type": "crafting",
Expand Down

0 comments on commit 0d111ce

Please sign in to comment.