Commit Graph

24 Commits

Author SHA1 Message Date
sys4-fr 7f09ef4c3d Replace neutral fence by the default one. 2018-09-23 16:28:38 +02:00
sys4-fr b1a094b770 Fix colored wood and fence groups 2018-08-26 17:35:54 +02:00
sys4-fr 2eeb9f95da Fix stack division and nodes orientation 2018-08-25 01:43:04 +02:00
AntumDeluge 268957bba0 Replace deprecated method 'setting_getbool' with 'settings:get_bool' 2017-05-13 02:54:04 -07:00
Vanessa Ezekowitz fc4ab15a2c use unified dyes on-place auto-recolor helper 2017-03-18 03:26:57 -04:00
Vanessa Ezekowitz 995a73da2f remove a debug print 2017-03-14 00:14:00 -04:00
Vanessa Ezekowitz 59d82c1820 don't redefine moreblocks "wood tile"
(it isn't colorable :P )
2017-03-14 00:03:48 -04:00
Vanessa Ezekowitz e3dc4a0507 fix broken stairsplus drops
also fix incorrect shape being set on dye punch
2017-03-13 23:43:06 -04:00
Vanessa Ezekowitz 187caeeb17 use minetest_game's register-fence function
(so that colored fences connect to default fences)
2017-02-26 15:06:47 -05:00
Vanessa Ezekowitz 6948fb0332 don't set paramtype2 for default wood and fence
(unified dyes already knows what to do)
2017-02-26 14:51:53 -05:00
Vanessa Ezekowitz 1e39874e4c don't run the LBM on every load 2017-02-25 01:10:31 -05:00
Vanessa Ezekowitz 26ff92bc57 convert both static 13-base-hues nodes
to 256-color extended UD palette
2017-02-25 01:06:40 -05:00
Vanessa Ezekowitz efd0286fe3 fix crash in is_stairsplus() call
(wasn't detecting grey blocks correctly)
2017-02-22 11:15:10 -05:00
Vanessa Ezekowitz 2f110809d1 check for moreblocks before assuming stairsplus can be used :-) 2017-02-16 20:47:44 -05:00
Vanessa Ezekowitz 12e0bb88c8 don't run LBM at every load 2017-02-16 16:59:51 -05:00
Vanessa Ezekowitz 2e743c206b don't put moreblocks stairs stuff in creative inv 2017-02-06 06:50:20 -05:00
Vanessa Ezekowitz bc4d6e163c unified dyes uses on_use now, instead of on_rightclick 2017-02-04 19:41:01 -05:00
Vanessa Ezekowitz a66940b1b9 convert over to param2-based colorization
Place a default block of wood or fencepost and right-click on it with dye

(only the original wood/fence are supported right now, not acacia/jungle/etc yet)

Digging the block gives you back plain wood and the dye you used.

To make a stair/slab/etc colorized, add wood to the circular saw, cut, place the stair/slab/etc, right click it with dye.

Digging the stair/slab/etc gives back the default wood version, and dye.
2017-01-28 09:57:49 -05:00
Vanessa Ezekowitz 18df6ea1f6 add more stick->fence recipes for default dye colors.
how'd these get left out?
2014-11-16 12:36:37 -05:00
Vanessa Ezekowitz d24ddf922f phase out the old "paint" stuff
(particularly in relation to the various greys)
2014-10-30 09:39:01 -04:00
Vanessa Ezekowitz 4b08eb7a36 move various tables of colors, hues, greys, etc to init.lua
and reference them from the other files instead.
2014-10-29 16:33:57 -04:00
Vanessa Ezekowitz 1a3b387c9a add optional moreblocks/stairsplus support
defaults to enabled, to disable add:

coloredwood_enable_stairsplus = false

to minetest.conf.
2014-06-17 00:49:45 -04:00
Vanessa Ezekowitz 98840c48a1 removed all items from the creative inventory
there's just too damn many.  Craft them as described on the forum thread for
this mod, as usual.
2013-03-20 00:24:27 -04:00
Vanessa Ezekowitz 431a5c8c13 Initial commit 2012-07-17 23:23:06 -04:00