Commit Graph

11 Commits

Author SHA1 Message Date
Vanessa Ezekowitz a9c803b14f Refactored the code to use default "common" dyes
rather than directly from flowers.

This mod now depends on "default" and "dye" from the Minetest common
sub-game.  Since the default dye mod uses default flowers, this mod no
longer checks for what version of flowers you're using, or even depends
on it.

Bottle-based textures have been replaced with piles of dye powder, based
on the default red dye texture.

All dyes are obtained by crafting, not cooking, for consistency with the
default dye mod.

The somewhat-complicated method using separate "pigment" powders, glass
bottles and "liquid dye base" has been done away with.  Now it's just
dry dye powders, as with the default dye mod.

Also, got rid of the whole paint scheme, in favor of dry powders.

All old dyes, paints, and Unified Dyes pigment powders have been aliased
back to the standard dye powders.
2013-04-30 06:08:34 -04:00
Vanessa Ezekowitz 48356ea59c Added a "version" check for the flowers dependency:
If the flowers mod defines "flowers:flower_geranium" (as is the case with my update of 2012-08-01), then those will
be used to get blue pigment powder, and violas will produce violet powder, both of which can be directly used to
create their respective liquid dye colors.  If it is not defined (e.g. the user has an older version of the flowers
mod), then violas produce blue dye powder.  Violet dye can still be formed by mixing blue and magenta or blue and
red dyes, as before.
2012-08-01 19:14:49 -04:00
Vanessa Ezekowitz 8f9659605e Better bottle textures.
Note that these are blended against the 50% grey field they normally appear on
in the inventory display, so they will show artifacts if you try to wield them.
Don't do that. :-)
2012-07-29 18:36:51 -04:00
Vanessa Ezekowitz 1b90f3b6e0 split glass bottles off into a separate mod: vessels. 2012-07-26 17:37:37 -04:00
Vanessa Ezekowitz 6e410f36d6 fixed a copy&paste error with black dye 2012-07-25 21:32:29 -04:00
Vanessa Ezekowitz 8359677e4e Replaced missing craftitem entries and got rid of some redundant code
left over from last update.  Added group settings for all dyes according
to recently-published standard.  Fixed a few typos in item descriptions, and
straightened up capitalization.
2012-07-25 20:55:45 -04:00
Vanessa Ezekowitz 9fbd77f769 Rewrote readme to sync it up with the forum post. Updated changelog. 2012-07-24 19:06:25 -04:00
Vanessa Ezekowitz 8d7de70cfd changelog. 2012-07-16 22:50:29 -04:00
Vanessa Ezekowitz f19061c9e9 changelog... 2012-07-16 17:32:47 -04:00
Vanessa Ezekowitz f63d48b6f2 fixed some missing commas caused byt he previous groups= change. 2012-07-13 23:23:39 -04:00
Vanessa Ezekowitz a2086bdf0c Added changelog, content moved from forum post to here. 2012-07-13 17:22:39 -04:00