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:
parent
a5545593ba
commit
62164d955c
2 changed files with 63 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue