From 6945f8b2f1613ad16aee85d86154e66b22e75336 Mon Sep 17 00:00:00 2001 From: vse bor Date: Sat, 21 Jul 2012 08:30:33 -0700 Subject: [PATCH] more verbose readme --- README.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index fa466d9..4f135d3 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,28 @@ unifiedbricks -License: WTFPL +Code license: WTFPL +Texture license: WTFPL depends: unifieddyes, default +Adds configurable clay blocks, clay lumps, bricks, and brick blocks. Includes +all of the colors that unifieddyes offers (which amounts to 89 clayblocks, clay +lumps, bricks, brick blocks, leaving 356 total). + +Settings at the top of init.lua: + SETTING_allow_hues = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} + Each number represents a hue (red, orange, yellow ...). When a value is + set to 0, that hue is disabled. + SETTING_allow_types = {1,1,1,1} + Same, except these represent clay blocks, clay lumps, etc. + SETTING_allow_saturation = {1,1} + Represents low saturation and full saturation, respectively. + SETTING_allow_darkness = {1,1,1,1} + Represents dark, medium, bright, and light colors, respectively. + + Furthermore, a list of names is included below that, from which you can + change, for example, "red" to "mahogany". + If you don't like what I did, tell me or use one of github's fancy features or do it yourself or whatever. Hint: I would absolutely love to have some better looking textures, especially the brick and clay textures.