Update README.md

This commit is contained in:
DonBatman 2015-03-14 21:46:49 -07:00
parent 08be37764b
commit 1131534858

View File

@ -1,34 +1,5 @@
millwork mymillwork
======== ========
This is a complete rewrite of millwork. Adds 24 different nodes including crown mould, base boards, columns and beams. It includes a machine to make the nodes. Supports over a dozen default nodes.
Crown Mold, Baseboards, Columns and more Please not that this rewrite does not support the old millwork mod.
Latest update adds different textures to the millwork.
If you want to add or remove a texture simply edit the table at the top of millwork.lua file.
Right now I have these textures: White, Sandstone, Desert Sand and Clay. The others are commented out.
Each texture has 28 nodes so careful that you don't add too many textures.
local material = {--{Name for description}, {image without .png}, {item name}, {mod name}
{ "White", "crownmold_white","white","wool"},
-- { "Cobble", "default_cobble","cobble","default"},
{ "Sandstone", "default_sandstone","sandstone","default"},
-- { "Desert Stone", "default_desert_stone","desert_stone","default"},
-- { "Stone", "default_stone","stone","default"},
-- { "Tree", "default_tree","tree","default"},
{ "Desert Sand", "default_desert_sand","desert_sand","default"},
{ "Clay", "default_clay","clay","default"},
-- { "Dirt", "default_dirt","dirt","default"},
}