Update source URL

This commit is contained in:
Jaidyn Ann 2024-01-28 23:16:07 -06:00
parent 4c8688190a
commit 4d63521f54
2 changed files with 4 additions and 4 deletions

2
API.md
View File

@ -238,7 +238,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support
```Lua
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"
}
```

View File

@ -2,7 +2,7 @@
![A screenshot of Minetest displaying i3s 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.
@ -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.
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 dont bite!
Please report bugs on the [bug tracker](https:///hak.xwx.moe/jadedctrl/minetest-i4/issues) — I dont bite!
### Recommendations
@ -59,7 +59,7 @@ You can also use the font size slider in the inventory, settings window.
## 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.
Textures are under the [CC BY-SA 3.0](LICENSE.md#textures), by paramat & BlockMen.