summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-12 18:32:38 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-12 20:19:07 -0400
commit4b8899736084cee9bb3ac1090ea9f3f7275d573a (patch)
tree97fc5f1990ca44908dcb2447d338698bbec9833d /API.md
parentef7d357e0b51938a42c4bdbfe22ce68079283d1a (diff)
downloadunifieddyes-4b8899736084cee9bb3ac1090ea9f3f7275d573a.tar
unifieddyes-4b8899736084cee9bb3ac1090ea9f3f7275d573a.tar.gz
unifieddyes-4b8899736084cee9bb3ac1090ea9f3f7275d573a.tar.bz2
unifieddyes-4b8899736084cee9bb3ac1090ea9f3f7275d573a.tar.xz
unifieddyes-4b8899736084cee9bb3ac1090ea9f3f7275d573a.zip
add helper function for registering split palette nodes
Diffstat (limited to 'API.md')
-rw-r--r--API.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/API.md b/API.md
index bd06164..664f0b4 100644
--- a/API.md
+++ b/API.md
@@ -123,6 +123,11 @@ This will loop through all of Unified Dyes' color lists, generating one recipe f
Makes a colored itemstack out of the given `itemstack` and `color` (as a dye, e.g. "dye:dark_red_s50"), setting the correct index per the `palette` field, which works as described above for `unifieddyes.getpaletteidx()`. Said itemstack is returned as a string suitable for use as the output field of a craft recipe, equal in size to the itemstack passed into the function (e.g. if you give it "mymod:colored_node 7", it'll return a stack of 7 colored items).
+**`unifieddyes.generate_split_palette_nodes(name, def, drop)`**
+
+Does just what it sounds like - it registers all the nodes that are needed for a given base node (`def`) to be able to use the split palette, each named according to `name`, with the palette hue appended. If a custom drop is needed, it can be passed along (only a string is allowed here, specifying a single item).
+
+
#### Tables
In addition to the above API calls, Unified Dyes provides several useful tables