mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-01 16:10:24 +02:00
Add test file for online recipe
This commit is contained in:
2
API.md
2
API.md
@ -129,7 +129,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support
|
||||
|
||||
```Lua
|
||||
i3.register_craft({
|
||||
url = "https://raw.githubusercontent.com/minetest-mods/i3/master/test.json"
|
||||
url = "https://raw.githubusercontent.com/minetest-mods/i3/main/test_online_recipe.json"
|
||||
})
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user