forked from your-land/yl_cinema
your-land/bugtracker#4668 .3 Fxied crafting
This commit is contained in:
parent
9331deaeff
commit
d1b76f6bac
@ -14,4 +14,4 @@ yl_cinema.settings.enable_bigscreen = minetest.settings:get("yl_cinema.enable_bi
|
||||
yl_cinema.settings.enable_craft_bigscreen = minetest.settings:get("yl_cinema.enable_craft_bigscreen") or true
|
||||
|
||||
yl_cinema.settings.enable_craft_bigscreen_recipe = minetest.settings:get("yl_cinema.enable_craft_bigscreen_recipe") or
|
||||
"wool:grey,wool:grey,wool:grey,wool:grey,wool:grey,wool:grey,wool:black, ,wool:black"
|
||||
"wool:grey,wool:grey,wool:grey,wool:grey,wool:grey,wool:grey,wool:black,,wool:black"
|
||||
|
@ -47,7 +47,7 @@ local function mediacallback(name)
|
||||
end
|
||||
|
||||
local function string_to_recipe(s)
|
||||
local recipe = string.split(s, ",")
|
||||
local recipe = string.split(s, ",",true) --
|
||||
if #recipe ~= 9 then
|
||||
return false
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user