From 73627499da61b96e77f56c40fc82f9a482039f35 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:15:57 -0600 Subject: [PATCH] Update source URL --- API.md | 2 +- README.md | 6 +++--- i4/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index 9374d8f..891a4ab 100644 --- a/API.md +++ b/API.md @@ -238,7 +238,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support ```Lua 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" } ``` diff --git a/README.md b/README.md index 52376dd..63f93b0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![A screenshot of Minetest displaying i3’s 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. @@ -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. 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 don’t bite! +Please report bugs on the [bug tracker](https:///notabug.org/jadedctrl/minetest_i4/issues) — I don’t bite! ### Recommendations @@ -58,7 +58,7 @@ You can also use the font size slider in the inventory, settings window. ## 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. Textures are under the [CC BY-SA 3.0](LICENSE.md#textures), by paramat & BlockMen. diff --git a/i4/README.md b/i4/README.md index 7e1982d..b50a0a5 100644 --- a/i4/README.md +++ b/i4/README.md @@ -2,4 +2,4 @@ This is the primary mod for i4; please see the modpack’s [README.md](../README.md). 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).