mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-06 10:10:36 +02:00
Fix again
This commit is contained in:
@ -46,7 +46,7 @@ end
|
|||||||
-- Clear recipes
|
-- Clear recipes
|
||||||
for _, craft_name in ipairs(crafts_to_clear) do
|
for _, craft_name in ipairs(crafts_to_clear) do
|
||||||
local is_regular = string.sub(craft_name, 1, 7) ~= "nether:"
|
local is_regular = string.sub(craft_name, 1, 7) ~= "nether:"
|
||||||
local shaped_recipe = {}
|
local shaped_recipe
|
||||||
|
|
||||||
if is_regular then
|
if is_regular then
|
||||||
-- Regular compression recipes use 2x2 shape.
|
-- Regular compression recipes use 2x2 shape.
|
||||||
|
Reference in New Issue
Block a user