aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:35:25 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:35:25 +0300
commit5aff11f8f74c20a38ab0684d4724407d579424ba (patch)
treec1d43cc6e09288f09bd11c925fc00ce0c07f8fdd
parentb7d6d15b432bb0f00bdbaf1a427a0d16c165fe7b (diff)
downloadfreezer-5aff11f8f74c20a38ab0684d4724407d579424ba.tar.gz
freezer-5aff11f8f74c20a38ab0684d4724407d579424ba.tar.bz2
freezer-5aff11f8f74c20a38ab0684d4724407d579424ba.zip
damn markdown
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 00edd9f..39c194a 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,28 @@
-#Freezer mod for Minetest
+# Freezer mod for Minetest
This mod introduces a common household item, a ~~plumbus~~ freezer. Aka fridge. Its purpose
is to cool things down, chiefly turning water into ice. But it has been expanded to cover
other liquids that can be seen in buckets (milk, cactus pulp), and later to cover juices
(also introduced in this mod) which can be frozen into popsicles.
+```
[ steel ingot, mese crystal, steel ingot ]
[ steel ingot, , steel ingot ]
[ steel ingot, mese crystal, steel ingot ]
+```
-##Ice
+## Ice
1 bucket of water (regular or river) gets turned into 1 block of ice. This allows to craft
smoothies after a chain of simple transformations.
-##Milk and cactus pulp
+## Milk and cactus pulp
Buckets of said liquids can be turned into eskimo icecream (an icecream on a wooden stick,
a canonic kind of icecream in the USSR) and a cactus popsicle respectively. Since a whole
bucket is used, the yield is 3 items.
-##Juices and popsicles
+## Juices and popsicles
Fruits, berries, and some vegetables can be squeezed into a glass (from vessels mod) using
a shapeless recipe. The resulting product can be consumed as it is, or can be frozen into
@@ -29,13 +31,13 @@ colorful popsicles (1 glass yields 1 popsicle).
The buckets and glasses are returned empty after use (or consumption of beverages).
The popsicles leave a fancy stick behind after being eaten.
-##Pipeworks
+## Pipeworks
The freezer is pipeworks compatible. All incoming items are places into the source
inventory, and attempts to take items return the contents of the destination inventory.
The direction of pipe connections is irrelevant.
-##The founder
+## The founder
The mod was founded by gpcf, and can be seen at git://gpcf.eu/freezer.git.
This is a fork thereof. \ No newline at end of file