From 8d7ca9df180290d026210f4299adbb69bf8713fc Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sun, 31 Oct 2021 15:03:47 +0100 Subject: [PATCH] Add online recipe to tests --- tests/test_custom_recipes.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_custom_recipes.lua b/tests/test_custom_recipes.lua index de934c5..0f91808 100644 --- a/tests/test_custom_recipes.lua +++ b/tests/test_custom_recipes.lua @@ -15,6 +15,10 @@ minetest.register_craft({ }, }) +i3.register_craft { + url = "https://raw.githubusercontent.com/minetest-mods/i3/main/tests/test_online_recipe.json" +} + i3.register_craft({ result = "default:ladder_wood 2", items = {"default:copper_ingot 7, default:tin_ingot, default:steel_ingot 2"},