ugxrealms/worldmods/clothing
elite 2a3276ce08 [clothing] update 2017-07-30 12:25:35 -04:00
..
textures update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
.gitignore update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
LICENSE.txt update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
README.txt update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
api.lua update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
clothing.lua update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
depends.txt update .conf, add clothing mod 2017-07-03 20:48:54 -04:00
init.lua [clothing] update 2017-07-30 12:25:35 -04:00
loom.lua update .conf, add clothing mod 2017-07-03 20:48:54 -04:00

README.txt

Wool Clothing - Wool Clothing [WIP] [clothing]
==============================================

Depends: multiskin

Recommends: sfinv, inventory_plus or unified_inventory (use only one)

Adds simple clothing that can be crafted from coloured wool using a loom.
Requires the wool mod for craft registration.

Crafting
--------

S = [group:stick]
W = [default:pinewood]

+---+---+---+
| S | W | S |
+---+---+---+
| S | W | S |
+---+---+---+
| W | W | W |
+---+---+---+

Output = [clothing:loom]

Configuration
-------------

Craft registration can disabled by adding `clothing_enable_craft = false` to
your minetest.conf file.