diff --git a/src/main/resources/assets/immersiveengineering/manual/todo?????.json b/src/main/resources/assets/immersiveengineering/manual/coke_graphite.json
similarity index 58%
rename from src/main/resources/assets/immersiveengineering/manual/todo?????.json
rename to src/main/resources/assets/immersiveengineering/manual/coke_graphite.json
index e31c5c8eb3..7721ec03b8 100644
--- a/src/main/resources/assets/immersiveengineering/manual/todo?????.json
+++ b/src/main/resources/assets/immersiveengineering/manual/coke_graphite.json
@@ -1,5 +1,16 @@
{
- "start": {
+ "coke": {
+ "type": "item_display",
+ "items": [
+ {
+ "item": "immersiveengineering:coal_coke"
+ },
+ {
+ "item": "immersiveengineering:dust_coke"
+ }
+ ]
+ },
+ "graphite": {
"type": "item_display",
"items": [
{
diff --git a/src/main/resources/assets/immersiveengineering/manual/en_us/coke_graphite.txt b/src/main/resources/assets/immersiveengineering/manual/en_us/coke_graphite.txt
new file mode 100644
index 0000000000..352357a218
--- /dev/null
+++ b/src/main/resources/assets/immersiveengineering/manual/en_us/coke_graphite.txt
@@ -0,0 +1,9 @@
+Coke & Graphite
+Coal stuff
+<&coke>Coal Coke is a purified form of carbon similar to charcoal. Coke is created from coal in the .
+It is used in steelmaking of all forms, from the to the , and is a better furnace fuel than coal.
+<&graphite>Highly Ordered Pyrolytic (HOP) Graphite is a complex, allotrope of graphite used in special engineering constructs.
+HOP Graphite Dust is created by compressing eight pieces of Coke Dust in the . That dust can then be smelted into an ingot.
+<&electrode>The most common use for HOP Graphite is the creation of electrodes to be used in the large .
+These electrodes are created with an , which you can find in certain chests or trade with a villager.
+Electrodes can also be formed in the metal press, using the rod mold on 4 ingots, but will have half the lifetime.
\ No newline at end of file
diff --git a/src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes.txt b/src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes_pumps_outlets.txt
similarity index 98%
rename from src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes.txt
rename to src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes_pumps_outlets.txt
index 20fa63f60a..81e46043de 100644
--- a/src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes.txt
+++ b/src/main/resources/assets/immersiveengineering/manual/en_us/fluid_pipes_pumps_outlets.txt
@@ -1,4 +1,4 @@
-Fluid Transport
+Fluid Pipes, Pumps, & Outlets
Professional Plumber
<&pipe_recipe>Transporting fluids has become quite essential in the engineering business. Fluid Pipes and Fluid Pumps do exactly that. On their own, Fluid Pipes are quite slow at transferring fluids, but if a pump is used to insert the fluid, it'll move much faster.
You can rightclick the connection piece of a pipe with an Engineer's Hammer to prevent it from connecting to that side.
diff --git a/src/main/resources/assets/immersiveengineering/manual/en_us/todo12.txt b/src/main/resources/assets/immersiveengineering/manual/en_us/todo12.txt
deleted file mode 100644
index d28086a0a4..0000000000
--- a/src/main/resources/assets/immersiveengineering/manual/en_us/todo12.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Graphite
-Coal stuff
-Highly Ordered Pyrolytic Graphite (HOP) is a complex, highly compressed, carbon material used in special engineering constructs.
-HOP Graphite Dust is created by compressing eight pieces of Coke Dust in the . That dust can then be smelted into an ingot.
-<&electrode>The most common use for HOP Graphite is the creation of electrodes to be used in the . These electrodes are created with an , which you can find in certain chests or trade with a villager. You can also create electrodes in the metal press, using the rod mold on 4 ingots, but the electrodes crafted this way have less durability.
diff --git a/src/main/resources/assets/immersiveengineering/manual/en_us/todo5.txt b/src/main/resources/assets/immersiveengineering/manual/en_us/todo5.txt
deleted file mode 100644
index 1bac197e9a..0000000000
--- a/src/main/resources/assets/immersiveengineering/manual/en_us/todo5.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Treated Wood
-Highly Durable
-<&treated_wood>Treated Wood is, quite simply, wooden planks covered in . Despite its simplicity, it is one of the most important materials you will be using in Immersive Engineering, so you'd better be prepared to craft a lot of it.
-<&recipes>
-<&posts>Posts made from treated wood make for excellent attachment points for your Wire Connectors. They are 4 blocks high, so you won't be able to place them without the proper clearance.
-Using the hammer on the sides of the topmost block will attach an arm to the post.
-You can also place on the pole, which makes it less obtrusive.
-Placing blocks below the arms of the wooden post will flip the arms upside down.
-<&wallmount>Treated wood can also be used to craft §2Wallmounts§r, which can be very useful to mount connectors in a visually attractive way without using posts.
\ No newline at end of file
diff --git a/src/main/resources/assets/immersiveengineering/manual/en_us/treated_wood.txt b/src/main/resources/assets/immersiveengineering/manual/en_us/treated_wood.txt
new file mode 100644
index 0000000000..0d2c1763f2
--- /dev/null
+++ b/src/main/resources/assets/immersiveengineering/manual/en_us/treated_wood.txt
@@ -0,0 +1,7 @@
+Treated Wood
+Highly Durable
+<&treated_wood>Treated wood is any kind of wooden planks impregnated with .
+Despite their simplicity, these weatherproof planks are used throughout industrial matters where a durable wood is needed.
+<&recipes>
+<&wallmount>Treated wood can also be used to craft §2Wallmounts§r, which can be very useful to mount connectors in a visually attractive way without using posts.
+Wallmounts can be placed facing upwards or downwards, and do not automatically connect to blocks placed near them.
\ No newline at end of file
diff --git a/src/main/resources/assets/immersiveengineering/manual/fluid_pipes.json b/src/main/resources/assets/immersiveengineering/manual/fluid_pipes_pumps_outlets.json
similarity index 100%
rename from src/main/resources/assets/immersiveengineering/manual/fluid_pipes.json
rename to src/main/resources/assets/immersiveengineering/manual/fluid_pipes_pumps_outlets.json
diff --git a/src/main/resources/assets/immersiveengineering/manual/todo???????????.json b/src/main/resources/assets/immersiveengineering/manual/treated_wood.json
similarity index 100%
rename from src/main/resources/assets/immersiveengineering/manual/todo???????????.json
rename to src/main/resources/assets/immersiveengineering/manual/treated_wood.json