Back out stubbed hints system for now.
This commit is contained in:
parent
d042609b85
commit
41f4cbcbc8
@ -1,23 +0,0 @@
|
||||
-- LUALOCALS < ---------------------------------------------------------
|
||||
local nodecore
|
||||
= nodecore
|
||||
-- LUALOCALS > ---------------------------------------------------------
|
||||
|
||||
--[[
|
||||
hint = {
|
||||
name = "...",
|
||||
req = { ...matchspec ... },
|
||||
pass = { ...matchspec ... },
|
||||
text = "..."
|
||||
}
|
||||
matchspec = {
|
||||
["know:node:name"] = true,
|
||||
["have:node:name"] = false,
|
||||
...
|
||||
}
|
||||
--]]
|
||||
|
||||
nodecore.register_hint, nodecore.registered_hints = nodecore.mkreg()
|
||||
|
||||
function nodecore.get_hints(player)
|
||||
end
|
@ -11,7 +11,6 @@ rawset(_G, "nodecore", nodecore)
|
||||
local path = minetest.get_modpath(modname)
|
||||
|
||||
dofile(path .. "/utils.lua")
|
||||
dofile(path .. "/hints.lua")
|
||||
|
||||
dofile(path .. "/node_on_register.lua")
|
||||
dofile(path .. "/node_drop_in_place.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user