forked from minetest/minetest_game
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
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.
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_