mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
.
This commit is contained in:
parent
3c3733a226
commit
a823a200b7
1
init.lua
1
init.lua
@ -1258,6 +1258,7 @@ core.clear_craft = function(def)
|
|||||||
old_clear_craft(def)
|
old_clear_craft(def)
|
||||||
|
|
||||||
if true_str(def) then
|
if true_str(def) then
|
||||||
|
def = match(def, "%S*")
|
||||||
recipes_cache[def] = nil
|
recipes_cache[def] = nil
|
||||||
fuel_cache[def] = nil
|
fuel_cache[def] = nil
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user