summaryrefslogtreecommitdiff
path: root/unifiedbricks/README.txt
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-04-01 20:02:19 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-04-01 21:09:33 -0400
commitda66780a569712c23ae4f2996cfb4608a9f9d69d (patch)
tree217556029a78bc23ad4564720afc86de97228a04 /unifiedbricks/README.txt
parent615b22df4d423aded3613db7716943a2f389b047 (diff)
downloaddreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.gz
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.bz2
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.xz
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.zip
copy all standard Dreambuilder mods in from the old subgame
(exactly as last supplied there, updates to these mods will follow later)
Diffstat (limited to 'unifiedbricks/README.txt')
-rw-r--r--unifiedbricks/README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/unifiedbricks/README.txt b/unifiedbricks/README.txt
new file mode 100644
index 0000000..8a655a0
--- /dev/null
+++ b/unifiedbricks/README.txt
@@ -0,0 +1,37 @@
+unifiedbricks
+
+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).
+
+Now returns glass bottles and empty buckets when appropriate.
+
+Settings at the top of init.lua:
+ SETTING_allow_default_coloring = 1
+ When set to 1, default clay + unifieddyes dye = unifiedbricks clay lump
+ 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".
+
+WARNING: if you remove something important, such as clay lumps, you'll have to
+cheat to get some items.
+
+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.
+
+Used VanessaE's gentextures.sh to change the texture colors.