aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:34:31 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:34:31 +0300
commite0c938e73c2ca84cac28af531be737bdc8484e82 (patch)
tree914faea739c78e09ccbefc97ac62f7604b1916a6
parent4868010c709312fcb507a1daec6558d182826296 (diff)
downloadfreezer-e0c938e73c2ca84cac28af531be737bdc8484e82.tar.gz
freezer-e0c938e73c2ca84cac28af531be737bdc8484e82.tar.bz2
freezer-e0c938e73c2ca84cac28af531be737bdc8484e82.zip
Add readme
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index f4dc49f..74e9843 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,22 @@
-#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
@@ -22,13 +24,13 @@ bucket is used, the yield is 3 items.
The buckets are returned empty after use. 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