From 68d4f7b209c8fb61c6c778a9475f2bb86c807967 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 2 Aug 2022 15:24:17 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20mod:=20creative=20=E2=86=92=20tutorial?= =?UTF-8?q?=5Fcreative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mods/{creative => tutorial_creative}/README.txt | 2 +- mods/{creative => tutorial_creative}/init.lua | 2 -- mods/{creative => tutorial_creative}/locale/de.txt | 0 mods/{creative => tutorial_creative}/locale/es.txt | 0 mods/{creative => tutorial_creative}/locale/it.txt | 0 .../locale/template.txt | 0 mods/{creative => tutorial_creative}/mod.conf | 2 +- .../textures/creative_trash_icon.png | Bin 8 files changed, 2 insertions(+), 4 deletions(-) rename mods/{creative => tutorial_creative}/README.txt (97%) rename mods/{creative => tutorial_creative}/init.lua (99%) rename mods/{creative => tutorial_creative}/locale/de.txt (100%) rename mods/{creative => tutorial_creative}/locale/es.txt (100%) rename mods/{creative => tutorial_creative}/locale/it.txt (100%) rename mods/{creative => tutorial_creative}/locale/template.txt (100%) rename mods/{creative => tutorial_creative}/mod.conf (68%) rename mods/{creative => tutorial_creative}/textures/creative_trash_icon.png (100%) diff --git a/mods/creative/README.txt b/mods/tutorial_creative/README.txt similarity index 97% rename from mods/creative/README.txt rename to mods/tutorial_creative/README.txt index a5bfcb3..258b8f2 100644 --- a/mods/creative/README.txt +++ b/mods/tutorial_creative/README.txt @@ -1,4 +1,4 @@ -Minetest Game mod: creative +Tutorial mod: tutorial_creative =========================== Implements creative mode. diff --git a/mods/creative/init.lua b/mods/tutorial_creative/init.lua similarity index 99% rename from mods/creative/init.lua rename to mods/tutorial_creative/init.lua index 25bab60..8ea699b 100644 --- a/mods/creative/init.lua +++ b/mods/tutorial_creative/init.lua @@ -1,5 +1,3 @@ --- tutorial/creative/init.lua - -- intllib support local S, ES if (minetest.get_modpath("intllib")) then diff --git a/mods/creative/locale/de.txt b/mods/tutorial_creative/locale/de.txt similarity index 100% rename from mods/creative/locale/de.txt rename to mods/tutorial_creative/locale/de.txt diff --git a/mods/creative/locale/es.txt b/mods/tutorial_creative/locale/es.txt similarity index 100% rename from mods/creative/locale/es.txt rename to mods/tutorial_creative/locale/es.txt diff --git a/mods/creative/locale/it.txt b/mods/tutorial_creative/locale/it.txt similarity index 100% rename from mods/creative/locale/it.txt rename to mods/tutorial_creative/locale/it.txt diff --git a/mods/creative/locale/template.txt b/mods/tutorial_creative/locale/template.txt similarity index 100% rename from mods/creative/locale/template.txt rename to mods/tutorial_creative/locale/template.txt diff --git a/mods/creative/mod.conf b/mods/tutorial_creative/mod.conf similarity index 68% rename from mods/creative/mod.conf rename to mods/tutorial_creative/mod.conf index 27fe976..5434434 100644 --- a/mods/creative/mod.conf +++ b/mods/tutorial_creative/mod.conf @@ -1,3 +1,3 @@ -name = creative +name = tutorial_creative depends = tutorial_default optional_depends = intllib diff --git a/mods/creative/textures/creative_trash_icon.png b/mods/tutorial_creative/textures/creative_trash_icon.png similarity index 100% rename from mods/creative/textures/creative_trash_icon.png rename to mods/tutorial_creative/textures/creative_trash_icon.png