forked from minetest-mods/craftguide
Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev
This commit is contained in:
commit
aa47a70e12
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…
x
Reference in New Issue
Block a user