1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Make global names in default mod use good naming convention and move backwards-compatibility definitions to mods/legacy

This commit is contained in:
Perttu Ahola 2011-12-03 20:25:21 +02:00
parent 1fe5c58d56
commit 66f90a6101
5 changed files with 1544 additions and 486 deletions

View file

@ -11,7 +11,7 @@ minetest.register_node("experimental:luafurnace", {
inventory_image = minetest.inventorycube("furnace_front.png"),
paramtype = "facedir_simple",
metadata_name = "generic",
material = digprop_stonelike(3.0),
material = minetest.digprop_stonelike(3.0),
})
minetest.register_on_placenode(function(pos, newnode, placer)