Update source URL

This commit is contained in:
Jaidyn Ann 2024-01-12 14:15:57 -06:00
parent e49a197fc3
commit 73627499da
3 changed files with 5 additions and 5 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 ```Lua
i4.register_craft { i4.register_craft {
url = "https://raw.githubusercontent.com/minetest-mods/i4/main/tests/test_online_recipe.json" url = "https://notabug.org/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) ![A screenshot of Minetest displaying i3s inventory.](.res/screenshot.png)
[i4](https://notabug.org/jadedctrl/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://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.
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.
@ -40,7 +40,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/i4) — I dont bite! Please report bugs on the [bug tracker](https:///notabug.org/jadedctrl/minetest_i4/issues) — I dont bite!
### Recommendations ### Recommendations
@ -58,7 +58,7 @@ You can also use the font size slider in the inventory, settings window.
## Source code ## Source code
https://notabug.org/jadedctrl/i4 https://notabug.org/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.

View File

@ -2,4 +2,4 @@
This is the primary mod for i4; please see the modpacks [README.md](../README.md). This is the primary mod for i4; please see the modpacks [README.md](../README.md).
It should be in the directory immediately above this one. It should be in the directory immediately above this one.
Alternatively, visit the [Git repository](https://notabug.org/jadedctrl/i4). Alternatively, visit the [Git repository](https://notabug.org/jadedctrl/minetest_i4).