mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Fixed fix fixing infotools
- Corrected typo in registered_items' table's name
This commit is contained in:
parent
64a58936dd
commit
5b071b9018
@ -10,7 +10,7 @@ minetest.register_craftitem("default:infotool", {
|
|||||||
on_use = function(_, user, pt)
|
on_use = function(_, user, pt)
|
||||||
if pt.type ~= "node" then return end
|
if pt.type ~= "node" then return end
|
||||||
local nn = minetest.get_node(pt.under).name
|
local nn = minetest.get_node(pt.under).name
|
||||||
if minetest.registered_items[nn] == nil or minetest.registerred_items[nn].tiles == nil or type(minetest.registered_items[nn].tiles[1]) ~= "string" then return end
|
if minetest.registered_items[nn] == nil or minetest.registered_items[nn].tiles == nil or type(minetest.registered_items[nn].tiles[1]) ~= "string" then return end
|
||||||
local def = minetest.registered_nodes[nn]
|
local def = minetest.registered_nodes[nn]
|
||||||
if not def then return end
|
if not def then return end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user