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:
parent
1fe5c58d56
commit
66f90a6101
5 changed files with 1544 additions and 486 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue