Commit Graph

19 Commits (ede29ba4fda37c33e2560d77c0060935497d637a)

Author SHA1 Message Date
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 9b884f4a3e update to use new signs_lib API -- requires signs_lib commit 4ff54c9a and above 2019-09-11 12:29:35 -04:00
Vanessa Dannenberg f8be854341 added a custom command to automatically clean-up water/lava griefing
only works if worldedit is installed, requires worldedit priv.

//1, //2, //liquid_ungrief --> all standing and flowing water and lava,
and "cooled" pumice, basalt, and obsidian are deleted, without disturbing
terrain and structures
2019-09-06 12:05:53 -04:00
Vanessa Dannenberg f88f471423 use basic_materials mod where possible 2018-10-30 20:45:23 -04:00
Vanessa Dannenberg e8123500a7 don't opt-depend on building_blocks 2018-10-25 13:00:08 -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
Carter Kolwey 588478edf6 Add grinding recipes for basalt/pumice 2017-02-24 19:13:24 -06:00
Vanessa Ezekowitz a747e05e2e add caverealms glow crystal/emerald/mese to moreblocks table saw if it exists. 2015-12-22 19:43:30 -05:00
MT-Modder 9d6ca6fe92 Add xdecor? to depends.txt 2015-10-02 15:27:29 -04:00
Vanessa Ezekowitz 6221ad4d87 register basalt, pumice, rainbow blocks and all wool colors with the minetest_game stairs mod.
fix a few minor whitespace errors.
2015-09-19 17:13:19 -04:00
Vanessa Ezekowitz 12c4987cee use current intllib APIO 2014-12-27 00:58:32 -05:00
Vanessa Ezekowitz 46075005f0 Added support for default stairs mod for the mossy conversion
stuff.  Re-arranged the code a bit to compact it.  Also, added
cobble roadbed stairs/slabs via that mod, to go along with the
default stone/stonebrick/cobble ones.
2014-02-15 01:00:48 -05:00
Vanessa Ezekowitz 5519bba680 Add alternate craft to turn sticks back into wood planks if building_blocks
mod is present (and force it to load first if so).  If present, craft four
faggots (bundles of sticks) in a square to get four wood planks.  Else, craft
four sticks in a square to get one wood.
2013-10-13 14:18:56 -04:00
Vanessa Ezekowitz 25a69e2f60 Added wool stairs/slabs/etc in all colors if moreblocks is present
made moreblocks dependency optional
minor cleanups in using moreblocks api
2013-07-28 00:00:32 -04:00
GloopMaster d230811872 Make tools work right in 0.4.7, add alternate craft recipe for evil sticks 2013-06-30 13:32:27 -04:00
Vanessa Ezekowitz 17b9e79763 removed gloopores dependency 2013-04-08 21:01:17 -04:00
Vanessa Ezekowitz 9baec9938b Removed old stairs support in favor of stairsplus support. This mod now
depends on moreblocks for said support.
2013-03-17 23:57:59 -04:00
Vanessa Ezekowitz 9f30eb105f Initial commit; removed obsidian block, aliased it to default version. 2013-03-17 21:52:33 -04:00