mirror of
https://github.com/minetest-mods/i3.git
synced 2025-03-20 11:40:27 +01:00
Move some files
This commit is contained in:
parent
c3f050b737
commit
a1b2d03a71
2
API.md
2
API.md
@ -141,7 +141,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support
|
|||||||
|
|
||||||
```Lua
|
```Lua
|
||||||
i3.register_craft({
|
i3.register_craft({
|
||||||
url = "https://raw.githubusercontent.com/minetest-mods/i3/main/etc/test_online_recipe.json"
|
url = "https://raw.githubusercontent.com/minetest-mods/i3/main/tests/test_online_recipe.json"
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
4
init.lua
4
init.lua
@ -3317,5 +3317,5 @@ for size, rcp in pairs(bag_recipes) do
|
|||||||
core.register_craft {type = "fuel", recipe = bagname, burntime = 3}
|
core.register_craft {type = "fuel", recipe = bagname, burntime = 3}
|
||||||
end
|
end
|
||||||
|
|
||||||
--dofile(modpath .. "/etc/test_tabs.lua")
|
--dofile(modpath .. "/tests/test_tabs.lua")
|
||||||
--dofile(modpath .. "/etc/test_custom_recipes.lua")
|
--dofile(modpath .. "/tests/test_custom_recipes.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user