Update source URL
This commit is contained in:
parent
4c8688190a
commit
4d63521f54
2
API.md
2
API.md
|
@ -238,7 +238,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support
|
||||||
|
|
||||||
```Lua
|
```Lua
|
||||||
i4.register_craft {
|
i4.register_craft {
|
||||||
url = "https://notabug.org/jadedctrl/minetest_i4/src/master/i4/tests/test_online_recipe.json"
|
url = "https://hak.xwx.moe/jadedctrl/minetest-i4/src/master/i4/tests/test_online_recipe.json"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
![A screenshot of Minetest displaying i3’s inventory.](.res/screenshot.png)
|
![A screenshot of Minetest displaying i3’s inventory.](.res/screenshot.png)
|
||||||
|
|
||||||
[i4](https://notabug.org/jadedctrl/minetest_i4) is an inventory system for Minetest with a focus on cohesion. It is a fork of [i3](https://github.com/minetest-mods/i3), the “next-generation inventory.” Primary differences to `i3` include an extended [API](API.md), more efficient use of screen-space, and general house-keeping.
|
[i4](https://hak.xwx.moe/jadedctrl/minetest-i4) is an inventory system for Minetest with a focus on cohesion. It is a fork of [i3](https://github.com/minetest-mods/i3), the “next-generation inventory.” Primary differences to `i3` include an extended [API](API.md), more efficient use of screen-space, and general house-keeping.
|
||||||
|
|
||||||
This mod requires Minetest 5.6+, as it uses newer additions to the formspec API.
|
This mod requires Minetest 5.6+, as it uses newer additions to the formspec API.
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ i4 uses a larger inventory than the usual inventories in Minetest games.
|
||||||
Thus, most chests will be unadapted to this inventory size.
|
Thus, most chests will be unadapted to this inventory size.
|
||||||
The i4 inventory is 9 slots wide by default, such as Minecraft.
|
The i4 inventory is 9 slots wide by default, such as Minecraft.
|
||||||
|
|
||||||
Please report bugs on the [bug tracker](https:///notabug.org/jadedctrl/minetest_i4/issues) — I don’t bite!
|
Please report bugs on the [bug tracker](https:///hak.xwx.moe/jadedctrl/minetest-i4/issues) — I don’t bite!
|
||||||
|
|
||||||
|
|
||||||
### Recommendations
|
### Recommendations
|
||||||
|
@ -59,7 +59,7 @@ You can also use the font size slider in the inventory, settings window.
|
||||||
|
|
||||||
|
|
||||||
## Source code
|
## Source code
|
||||||
https://notabug.org/jadedctrl/minetest_i4
|
https://hak.xwx.moe/jadedctrl/minetest-i4
|
||||||
|
|
||||||
Sounds are under the [CC0](LICENSE.md#sounds), by Lone_Wolf & MadPanCake.
|
Sounds are under the [CC0](LICENSE.md#sounds), by Lone_Wolf & MadPanCake.
|
||||||
Textures are under the [CC BY-SA 3.0](LICENSE.md#textures), by paramat & BlockMen.
|
Textures are under the [CC BY-SA 3.0](LICENSE.md#textures), by paramat & BlockMen.
|
||||||
|
|
Ŝarĝante…
Reference in New Issue