From 844cb3642483bfb7b741a79b3201054c2a90ff66 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 19 Nov 2023 11:03:51 +0200 Subject: [PATCH] remove gitlab references --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88c2599..5a756a6 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ An in-development mod for [Minetest](http://minetest.net) 0.5.0+ that adds molten metals, melting, casting and creating tools. This mod is inspired by the [Tinkers Construct](https://minecraft.curseforge.com/projects/tinkers-construct) mod for Minecraft, however it's much less-featured due to the current limitations of the Minetest API. None of the components used in this mod have been taken from TC - everything is my original creation. -**Depends on [fluid_lib](https://gitlab.icynet.eu/evert/fluid_lib)!** +**Depends on [fluid_lib](https://git.icynet.eu/evert/fluid_lib)!** ## Installation -Just do `git clone https://gitlab.icynet.eu/evert/melterns.git` in your `minetest/mods` directory. You can also [download the repository](https://gitlab.icynet.eu/evert/melterns/archive/master.zip) but in that case you **must** change the folder name from `melterns-master` to `melterns`! +Just do `git clone https://git.icynet.eu/evert/melterns.git` in your `minetest/mods` directory. You can also [download the repository](https://git.icynet.eu/evert/melterns/archive/master.zip) but in that case you **must** change the folder name from `melterns-master` to `melterns`! ## Documentation -Documentation on how to use this mod can be found on [this wiki page](https://gitlab.icynet.eu/evert/melterns/wikis/home). I recommend using a mod that shows you crafting recipes in order to know how to craft the nodes. +Official documentation currently does not exist. I recommend using a mod that shows you crafting recipes in order to know how to craft the nodes. ## License The MIT License