diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2017-11-19 00:32:47 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2017-11-19 00:32:47 +0300 |
commit | 4868010c709312fcb507a1daec6558d182826296 (patch) | |
tree | ed6065e71fd0d764c920f6124152868f01a98a22 | |
parent | f74e12dc06fe948c7495990ab2a083e19c5c38be (diff) | |
download | freezer-4868010c709312fcb507a1daec6558d182826296.tar.gz freezer-4868010c709312fcb507a1daec6558d182826296.tar.bz2 freezer-4868010c709312fcb507a1daec6558d182826296.zip |
Add readme
-rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4dc49f --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +#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. + +The buckets are returned empty after use. 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 |