Add online recipe to tests
This commit is contained in:
parent
3b98f4bec7
commit
8d7ca9df18
|
@ -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({
|
i3.register_craft({
|
||||||
result = "default:ladder_wood 2",
|
result = "default:ladder_wood 2",
|
||||||
items = {"default:copper_ingot 7, default:tin_ingot, default:steel_ingot 2"},
|
items = {"default:copper_ingot 7, default:tin_ingot, default:steel_ingot 2"},
|
||||||
|
|
Ŝarĝante…
Reference in New Issue