15 Commits

Author SHA1 Message Date
Niklp
217175be5e
Fix use_texture_alpha = true warning (#10)
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / build (push) Has been cancelled
2024-04-29 17:35:23 +02:00
Buckaroo Banzai
8a29455e1c
add luacheck and basic integration test (#9)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2024-04-21 09:56:57 +02:00
Luke aka SwissalpS
b002fb8127
framed glass isn't ground content (#8) 2024-02-29 20:45:38 +01:00
BuckarooBanzay
dfbe5989bb opt-depend on default 2023-10-16 12:59:38 +02:00
Buckaroo Banzai
d4c99b63e4 remove oddly_breakable_by_hand group from obsidian glass 2022-05-26 17:01:44 +02:00
Vanessa Dannenberg
b7e9614ab4 Use Unified Dyes on_dig where needed (#3)
Requires Unified Dyes commit 9ff40a7f or later
2019-07-21 12:35:17 +02:00
Vanessa Dannenberg
fee6e6194b Convert over to full param2 coloring (#2) 2018-11-04 15:47:13 +01:00
Ekdohibs
46b7ad6ecf Revert "Russian locale"
This commit translated the strings in the code directly, replacing the English
version.
2018-01-02 22:49:45 +01:00
inpos
11d1852c53 Russian locale 2017-08-17 10:36:33 +03:00
Vanessa Ezekowitz
b0e75a7580 fix broken usage of color_on_punch
(had some outdated rightclick-checking code that I
accidentally converted to punch-checking, and did so
wrongly :P )
2017-03-01 22:56:19 -05:00
Vanessa Ezekowitz
5b5696888f use on_punch to color the nodes instead of on_rightclick 2017-02-04 19:47:04 -05:00
Vanessa Ezekowitz
9b84e63fa6 Multiple changes:
* Use hardware node coloring instead of discrete textures;
  Color values taken from the Unified Dyes palette (but does
  not depend on that mod).
* Add magenta glass to complete the base color palette
* Simplify add_colored_framedglass calls since there is
  only one texture now, and you right-click to color the
  glass.
2017-01-31 18:22:47 -05:00
Vanessa Ezekowitz
3114feac07 instead of crafting, use place-and-dye to colorize
That is, place a piece of obsidian framed glass on the
ground, then right-click it with dye to set a color (by default,
it is clear/empty).  Dig the colored one to get back the uncolored
one and dye.

You can change the color by dyeing it again, in which case you get
back the old dye.

If the color you wield is not supported by the mod, or if the target
node is already that color, a warning message is thrown.
2017-01-31 11:25:44 -05:00
Vanessa Ezekowitz
67c7336a32 added recipes for framed colored glass.
one framed steel glass + one white dye + one color dye = one colored,
framed glass
2013-10-27 16:55:38 -04:00
ShadowNinja
bdd27a68b4 Initial commit 2013-10-03 00:50:25 -04:00