Commit Graph

36 Commits

Author SHA1 Message Date
bri cassa ac8e6ca8f7 Fix deprecated use of use_texture_alpha
To avoid warning messages at boot time.
Breaks Minetest 5.4< compatibility.
2021-02-28 13:46:45 +01:00
bri cassa 422d94e311 Prevents loss of color when digging an off block 2021-02-28 13:33:50 +01:00
rabbibob 54614811d6
Add files via upload 2020-11-03 06:23:14 -05:00
rabbibob d18c76b578
Add files via upload 2020-11-03 06:22:02 -05:00
rabbibob 4852ee7200
Add files via upload 2020-11-03 06:20:57 -05:00
rabbibob 27c170fbed
Merge pull request #6 from Panquesito7/master
Use mod.conf for dependencies and description
2020-11-03 06:04:06 -05:00
rabbibob be5478c88b
Merge pull request #5 from VanessaE/master
use Unified Dyes on_dig where needed
2020-11-03 06:02:49 -05:00
rabbibob 69cc65bc8a
Update init.lua 2020-11-03 05:57:54 -05:00
rabbibob dbdaee8eed
Update readme.txt 2020-11-03 05:55:55 -05:00
rabbibob b900a7aff3
Merge pull request #4 from minetest-mods/master
Pull from minetest-mods
2020-11-03 05:24:55 -05:00
rabbibob 437275f8e4
Update blocks.lua ahead of Pull Request 2020-11-03 05:19:35 -05:00
Sys Quatre 1280300a4a Empêche la perte de couleur à la récolte du bloc éteint 2020-01-04 15:00:40 +01:00
Panquesito7 d598f02bcd
Use mod.conf for dependencies and description
Deletes deprecated 'depends.txt' and 'description.txt'.
2019-10-28 16:29:12 -06:00
Vanessa Dannenberg 7ad7a5e842 Use Unified Dyes on_dig where needed (#3)
Requires Unified Dyes commit 9ff40a7f or later
2019-07-21 12:36:41 +02:00
Vanessa Dannenberg e0ff72b43f use Unified Dyes on_dig where needed
requires UD commit 9ff40a7f or later
2019-07-18 02:04:51 -04:00
Vanessa Dannenberg eed93cbc5d get rid of old 89->256 color LBM
(it'll only crash now, and is obsolete)
also fixed a wrong/outdated color translation.
2018-09-30 20:54:27 -07:00
Vanessa Dannenberg 31f5af2c58 switch to colored itemstacks
with full crafting recipes
(requires Unified Dyes commit 2a816534 or later)
2018-09-30 20:54:27 -07:00
Vanessa Ezekowitz 0f2b5b7b2f use unified dyes auto-recolor feature 2017-03-18 05:50:11 -04:00
Vanessa Ezekowitz a16e960ac1 use unified dyes on_construct handler
to set 256-color palette meta key on place
2017-03-14 02:09:15 -04:00
Vanessa Ezekowitz 270da9bf78 set "ext" flag for converted old nodes also 2017-02-25 01:00:02 -05:00
Vanessa Ezekowitz 003fe506b7 remove a debug print 2017-02-24 21:58:42 -05:00
Vanessa Ezekowitz ef8a1c1fb8 do the same for the old static->param2 LBM 2017-02-24 21:26:31 -05:00
Vanessa Ezekowitz 56beb55b63 use new Unified Dyes "extended" palette
requires unified dyes commit d2819353 or newer
2017-02-24 21:18:38 -05:00
Vanessa Ezekowitz afc0917979 Merge pull request #1 from adrido/master
Some bugfixes
2017-02-19 11:58:34 -05:00
Vanessa Ezekowitz 20221b2618 minetest.env:* --> minetest.* (#2)
* minetest.env:* --> minetest.*

* tile_images --> tiles

* Add standard mod files.

* Rewrote the mod to use the new param2 color method
New dependency on Unified Dyes.

This change comes with a few neutral-to-positive side effects:

1) Minor recipe changes were necessary since there are only two blocks and
   two poles now.
2) All recipes, node names, etc. were updated to current minetest API.
3) Where recipes called for leaves or sticks, I used groups.
4) the "wavy" (formerly "grey") block and fence/pole can now be
   colored as well.
5) Inside the conversion LBM, some of the original colors were re-mapped
   to the closest Unified Dyes equivalents, to try to keep the on-screen
   appearance mostly the same after conversion.
6) Aside from "BTM" and "Health", all block and pole nodes can take on the
   entire Unified Dyes palette instead of just the 9 originally offered.

Mod works the same as others that depend on Unified Dyes - craft and place
a block or pole, then right-click on it with dye to colorize it.

* unified dyes uses on_use now, instead of on_rightclick

* don't run the LBM at every load
2017-02-19 08:12:17 -05:00
adrido f0fdcb4e08 is_ground_content = false 2017-02-19 13:54:41 +01:00
adrido 84e05d2a2a Corrected drops 2017-02-19 13:54:40 +01:00
adrido 31bdd56979 Change states on rightclick 2017-02-19 13:54:35 +01:00
adrido c1911548bb Make _off boblocks transparent again 2017-02-19 10:47:32 +01:00
Vanessa Ezekowitz fc72bff4c0 don't run the LBM at every load 2017-02-16 16:55:10 -05:00
Vanessa Ezekowitz 819effe640 unified dyes uses on_use now, instead of on_rightclick 2017-02-04 19:42:12 -05:00
Vanessa Ezekowitz 8f085b2c7f Rewrote the mod to use the new param2 color method
New dependency on Unified Dyes.

This change comes with a few neutral-to-positive side effects:

1) Minor recipe changes were necessary since there are only two blocks and
   two poles now.
2) All recipes, node names, etc. were updated to current minetest API.
3) Where recipes called for leaves or sticks, I used groups.
4) the "wavy" (formerly "grey") block and fence/pole can now be
   colored as well.
5) Inside the conversion LBM, some of the original colors were re-mapped
   to the closest Unified Dyes equivalents, to try to keep the on-screen
   appearance mostly the same after conversion.
6) Aside from "BTM" and "Health", all block and pole nodes can take on the
   entire Unified Dyes palette instead of just the 9 originally offered.

Mod works the same as others that depend on Unified Dyes - craft and place
a block or pole, then right-click on it with dye to colorize it.
2017-01-28 12:40:11 -05:00
Auke Kok 02ed4189dc Add standard mod files. 2016-03-27 20:15:13 -07:00
Vanessa Ezekowitz 2c536663e6 tile_images --> tiles 2015-10-23 13:56:04 -04:00
Vanessa Ezekowitz 42f087b67f minetest.env:* --> minetest.* 2014-11-30 13:05:15 -05:00
Rabbi Bob f38635c3ec 0.0.8 upgrade 2013-03-17 10:15:49 -04:00