minetest_game/mods
Auke Kok 54b87e955d TNT: Add on_blast to all nodes with an inventory
Adds a minor helper function that allows efficient retrieval of
several inventories from a node inventory. We use this helper to
quickly retrieve the items in chests, vessel shelves, book shelves
and furnaces, and return these with the nodes itself to the TNT caller.

The TNT caller then performs the entity physics, and we don't need
to do anything else.

We disable TNT doing anything with bones.

We expose a bug in the code that drops the items - metadata was lost
entirely. This patch corrects that by properly copying the metadata
and creating the drops list inclusive metadata.
2016-04-26 22:33:59 +01:00
..
beds Beds: Check for buildable_to for bottom half 2016-04-04 05:39:06 +01:00
boats Boats: Increase maximum velocity to 5n/s 2016-04-16 19:27:47 +01:00
bones TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
bucket Rename to Minetest Game 2015-09-30 23:33:12 +01:00
creative Creative: Add myself in credits 2016-04-04 05:39:29 +01:00
default TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
doors Doors: Use LBM instead of ABM to convert doors. 2016-04-19 02:57:54 +01:00
dye Dye: Add global table of dye names and descriptions 2016-03-13 04:49:03 +00:00
farming Farming: Add quiet sounds to seeds 2016-04-23 20:09:04 +01:00
fire Fire: Higher chance of removing flammable nodes 2016-04-19 05:33:13 +01:00
flowers Flowers: Fix waterlily node's duplication with stack of 1 2016-04-23 20:08:43 +01:00
give_initial_stuff Remove / replace all print() calls 2013-11-17 11:55:46 +01:00
screwdriver Changes to Screwdriver to add new drivers. 2016-03-22 15:45:39 +00:00
sethome Fix some undeclared global variables 2014-11-30 18:02:33 +01:00
stairs Consolidate ABMs 2016-02-14 05:22:20 +00:00
tnt TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
vessels TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
walls Walls: Don't connect to group:cracky 2016-03-18 02:35:28 +00:00
wool ability to dye coloured wool white 2016-01-29 03:50:07 +00:00
xpanes Add steel ladder 2016-03-06 01:31:36 +00:00