mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Make clear_craft dummy
This commit is contained in:
parent
d57cb7865b
commit
98f8499103
5
init.lua
5
init.lua
@ -1483,10 +1483,7 @@ core.clear_craft = function(def)
|
||||
old_clear_craft(def)
|
||||
|
||||
if true_str(def) then
|
||||
def = match(def, "%S*")
|
||||
recipes_cache[def] = nil
|
||||
fuel_cache[def] = nil
|
||||
|
||||
return -- TODO
|
||||
elseif is_table(def) then
|
||||
return -- TODO
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user