1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Initial node definition stuff

This commit is contained in:
Perttu Ahola 2011-11-16 15:23:25 +02:00
parent a5545593ba
commit 62164d955c
2 changed files with 63 additions and 3 deletions

View file

@ -316,6 +316,11 @@ minetest.register_tool("horribletool", {
})
--]]
minetest.register_node("somenode", {
tile_images = {"lava.png", "mese.png", "stone.png", "grass.png", "cobble.png", "tree_top.png"},
inventory_image = "treeprop.png"
})
local TNT = {
-- Maybe handle gravity and collision this way? dunno
physical = true,