Files
menu
mods
beds
boats
bones
textures
README.txt
depends.txt
init.lua
bucket
creative
default
doors
dye
farming
fire
flowers
give_initial_stuff
screwdriver
sethome
stairs
tnt
vessels
walls
wool
xpanes
.gitignore
README.txt
game.conf
game_api.txt
minetest.conf
minetest.conf.example
nalc_game/mods/bones
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
..
2013-05-18 16:06:57 +02:00
2015-09-30 23:33:12 +01:00

Minetest Game mod: bones
========================

License of source code:
-----------------------
Copyright (C) 2012 PilzAdam

WTFPL

License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/

Authors of media files
----------------------
Bad_Command_