Commit Graph

17 Commits (master)

Author SHA1 Message Date
Vanessa Dannenberg c71d8d8546 added concrete sidewalk node
basically concrete-topped dirt with some edge details
2021-03-28 03:48:47 -04:00
VanessaE ede29ba4fd add a new lava damage feature
When enabled (gloopblocks_lava_damage = true in minetest.conf), lava
will "bake" or "burn" neighboring nodes, turning them into other things.
Affected volume is 3x3x3 around any given lava node.  Nodes only
transform from one thing to another, they do not actually catch fire
(unless the game's fire mod does it).

For example, sand will turn to either obsidian glass or moreblocks coal
glass (to imply that it was a dirty process), sandstone will turn into a
sandstone block, cobble into its respective stone, trees or wood into
coal block, etc.  Some things will just burn to ash straight away,
others may take two or three stages before hitting their final form.
Also items with "plantlike" draw type within the affected volume will
simply disappear after a time (as if totally incinerated).

Supported mods include cottages, castles, bakedclay, and a few more.

Third-party mods can add support for lava damage by either adding
entries in the form of `["oldnode"]="newnode"` to the
`gloopblocks.lava_damage_nodes` table, or by adding
`["somegroup"]="newnode"` to the `gloopblocks.lava_damage_nodes table`
(the latter wants only a group name, without any "group:" prefix).

Though I haven't tested it, it should be possible to overwrite existing
entries in either table, but I highly discourage this, unless absolutely
necessary.
2021-02-14 23:05:20 -05:00
Vanessa Dannenberg f88f471423 use basic_materials mod where possible 2018-10-30 20:45:23 -04:00
Vanessa Dannenberg 0486451045 import usesdirt mod's more useful (for building) items. 2018-08-19 20:27:52 -04:00
Vanessa Ezekowitz 64b5b673fd import the former nyan cat rainbow
call it "horizontal rainbow"

if pbj_pup_alias_nyancat is nil/false,
and mt_game nyan cat does not exist (in either form),
alias the old name to this rainbow.
2017-03-26 00:49:23 -04:00
Vanessa Ezekowitz 7f46950341 better rainbow texture 2017-03-22 17:55:08 -04:00
Vanessa Ezekowitz 1646bf4157 moved shrubbery to home decor mod 2015-07-28 07:37:45 -04:00
Vanessa Ezekowitz 9018fc8440 OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:51 -05:00
Vanessa Ezekowitz 67b8066087 Added shrubbery. Call the Knights who say "ni". 2014-01-22 07:32:33 -05:00
Vanessa Ezekowitz b44cdcff77 delete Thumbs.db 2013-08-22 20:54:22 -04:00
Vanessa Ezekowitz 7cde21907c Add mossy stone block/stairs/slabs/etc.
Made all stone blocks/stairs/etc turn mossy like the other objects do
2013-06-08 17:25:07 -04:00
Vanessa Ezekowitz 3cdf20ecc6 add alternative cobble and mossy cobble blocks
make alternative cobble turn mossy in the presence of water.
2013-06-06 23:22:35 -04:00
Vanessa Ezekowitz 5495688c90 Ran all textures through pngquant. 2013-05-30 17:29:39 -04:00
Vanessa Ezekowitz 987e945ea9 Ran all textures through pngcrush. 2013-05-30 15:47:32 -04:00
Vanessa Ezekowitz 6afe0d841f Added mossy stone brick to fit well alongside default stone brick. 2013-04-08 19:59:31 -04:00
Vanessa Ezekowitz 65965f3ac8 Added oerkki block that was dropped from Moreblocks.
Same recipe, but yields 2 and gives back 3 books when you craft it, since it is
made using a bookshelf.  Works with the circular saw to produce various shapes.
2013-03-19 22:27:46 -04:00
Vanessa Ezekowitz 9f30eb105f Initial commit; removed obsidian block, aliased it to default version. 2013-03-17 21:52:33 -04:00