mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Revert "Add local keyword to check function's local variable in compressor recipes"
This reverts commit c92e8f796a
.
This commit is contained in:
@ -11,7 +11,7 @@ end
|
|||||||
-- Function for cases where multiple mods exist with the same name,
|
-- Function for cases where multiple mods exist with the same name,
|
||||||
-- to check if we have the right one.
|
-- to check if we have the right one.
|
||||||
local function is_right_mod(dependency)
|
local function is_right_mod(dependency)
|
||||||
local is_right = true
|
is_right = true
|
||||||
|
|
||||||
if dependency == "nether" then
|
if dependency == "nether" then
|
||||||
is_right = minetest.registered_nodes["nether:brick_compressed"] ~= nil
|
is_right = minetest.registered_nodes["nether:brick_compressed"] ~= nil
|
||||||
|
Reference in New Issue
Block a user