Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfence/clothing_machines
Minetest mod containts machines useful for making clothes.
https://github.com/sfence/clothing_machines
Last synced: 3 days ago
JSON representation
Minetest mod containts machines useful for making clothes.
- Host: GitHub
- URL: https://github.com/sfence/clothing_machines
- Owner: sfence
- License: other
- Created: 2022-09-27T05:52:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T06:27:04.000Z (about 2 years ago)
- Last Synced: 2024-11-01T11:22:04.292Z (about 2 months ago)
- Language: Lua
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clothing machines
==============================================Add simple machines usable to making clothing.
Crafting
--------[clothing_machines:spinning_machine]
+------+--------+------+
| wood | wood | wood |
+------+--------+------+
| wood | string | wood |
+------+--------+------+
| wood | wood | wood |
+------+--------+------+[clothing_machines:loom]
+-------+----------+----------+
| stick | pinewood | stick |
+-------+----------+----------+
| stick | pinewood | stick |
+-------+----------+----------+
| stick | pinewood | pinewood |
+-------+----------+----------+[clothing_machines:sewing_table]
+-------+--------+-------+
| wood | wood | wood |
+-------+--------+-------+
| stick | needle | stick |
+-------+--------+-------+
| stick | needle | stick |
+-------+--------+-------+[clothing_machines:dya_machine_empty]
+------+-------+------+
| wood | stick | wood |
+------+-------+------+
| wood | stick | wood |
+------+-------+------+
| wood | wood | wood |
+------+-------+------+[clothing_machines:needle]
+--------+
| needle |
+--------+
| needle |
+--------+[clothing:yarn_spool_empty]
+-------+
| stick |
+-------+
| wood |
+-------+Spinning
wool -> yarn_spool
cotton -> yarn_spool
hemp fibre -> yarn_spoolWeaving
+------------+------------+
| yarn_spool | yarn_spool |
+------------+------------+ -> fabric
| yarn_spool | yarn_spool |
+------------+------------+
+-----------------+-----------------+
| yarn_spool_col1 | yarn_spool_col2 |
+-----------------+-----------------+ -> dual color fabric
| yarn_spool_col2 | yarn_spool_col1 |
+-----------------+-----------------+Dyeing
- colorize white yarn, fabric or woolSewing
- use same color of fabric and yarn
Configuration
-------------