mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-07-13 13:30:19 +02:00
Remove useless code
This commit is contained in:
6
init.lua
6
init.lua
@ -1536,11 +1536,7 @@ local function get_init_items()
|
||||
for name, def in pairs(reg_items) do
|
||||
if name ~= "" and show_item(def) then
|
||||
cache_drops(name, def.drop)
|
||||
|
||||
if not recipes_cache[name] then
|
||||
cache_recipes(name)
|
||||
end
|
||||
|
||||
cache_recipes(name)
|
||||
_preselect[name] = true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user