aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:30:41 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2017-11-19 00:30:41 +0300
commitb7d6d15b432bb0f00bdbaf1a427a0d16c165fe7b (patch)
tree6455e8454e28958540c3636f5c076f0fce2e146a /README.md
parentf74e12dc06fe948c7495990ab2a083e19c5c38be (diff)
downloadfreezer-b7d6d15b432bb0f00bdbaf1a427a0d16c165fe7b.tar.gz
freezer-b7d6d15b432bb0f00bdbaf1a427a0d16c165fe7b.tar.bz2
freezer-b7d6d15b432bb0f00bdbaf1a427a0d16c165fe7b.zip
Juices and popsicles
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..00edd9f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+#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
+
+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
+
+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
+
+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
+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
+
+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 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