From df24852dee19e8303c8dc928b3a8258ffe0911eb Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Sat, 25 Aug 2018 21:34:25 -0700 Subject: [PATCH] Convert to proper mod, update the basics. --- README.md | 14 ++++++++++++++ README.txt | 13 ------------- steel/depends.txt => depends.txt | 0 description.txt | 1 + steel/init.lua => init.lua | 0 mod.conf | 1 + modpack.txt | 0 steel/recipes.png => recipes.png | Bin steel/rust.lua => rust.lua | 0 {steel/textures => textures}/corrugated_steel.png | Bin {steel/textures => textures}/gratehard.png | Bin {steel/textures => textures}/gratesoft.png | Bin {steel/textures => textures}/scrap.png | Bin {steel/textures => textures}/steel_rusted.png | Bin {steel/textures => textures}/steelplatehard.png | Bin {steel/textures => textures}/steelplatesoft.png | Bin {steel/textures => textures}/strut.png | Bin {steel/textures => textures}/worldgratehard.png | Bin {steel/textures => textures}/worldgratesoft.png | Bin 19 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 README.md delete mode 100644 README.txt rename steel/depends.txt => depends.txt (100%) create mode 100644 description.txt rename steel/init.lua => init.lua (100%) create mode 100644 mod.conf delete mode 100644 modpack.txt rename steel/recipes.png => recipes.png (100%) rename steel/rust.lua => rust.lua (100%) rename {steel/textures => textures}/corrugated_steel.png (100%) rename {steel/textures => textures}/gratehard.png (100%) rename {steel/textures => textures}/gratesoft.png (100%) rename {steel/textures => textures}/scrap.png (100%) rename {steel/textures => textures}/steel_rusted.png (100%) rename {steel/textures => textures}/steelplatehard.png (100%) rename {steel/textures => textures}/steelplatesoft.png (100%) rename {steel/textures => textures}/strut.png (100%) rename {steel/textures => textures}/worldgratehard.png (100%) rename {steel/textures => textures}/worldgratesoft.png (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c3dfe3 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +minetest-steel +============== + +This mod adds a range of steel materials that are recyclable to +minetest. To recycle, simply craft anything into scrap, and turn the +scrap into an iron lump. Registered items: plate_hard, plate_soft, +plate_rusted, grate_hard, grate_soft, strut, roofing. + +Optional dependencies: +* Homedecor for better roofing. +* Compatible with streets mod (no duplicates). + +License: GPL-2.0 for code, CC-BY-SA-4.0 for textures. +Original mod by minetesting (João Matos), changes by Zeg9. diff --git a/README.txt b/README.txt deleted file mode 100644 index 795b256..0000000 --- a/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -minetest-steel -============== - -This mod adds a range of steel materials that are recyclable to minetest. -To recycle, simply craft anything into scrap, and turn the scrap into an iron lump. -Registered items: plate_hard, plate_soft, plate_rusted, grate_hard, grate_soft, strut, roofing. - -Optional dependencies: -* Homedecor for better roofing. -* Compatible with streets mod (no duplicates). - -License: GPL v2 for code, CC-BY-SA for textures. -Original mod by minetesting (João Matos), changes by Zeg9. diff --git a/steel/depends.txt b/depends.txt similarity index 100% rename from steel/depends.txt rename to depends.txt diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..f08f6d8 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Adds a range of steel materials that are recyclable. diff --git a/steel/init.lua b/init.lua similarity index 100% rename from steel/init.lua rename to init.lua diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..2d42e84 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = steel diff --git a/modpack.txt b/modpack.txt deleted file mode 100644 index e69de29..0000000 diff --git a/steel/recipes.png b/recipes.png similarity index 100% rename from steel/recipes.png rename to recipes.png diff --git a/steel/rust.lua b/rust.lua similarity index 100% rename from steel/rust.lua rename to rust.lua diff --git a/steel/textures/corrugated_steel.png b/textures/corrugated_steel.png similarity index 100% rename from steel/textures/corrugated_steel.png rename to textures/corrugated_steel.png diff --git a/steel/textures/gratehard.png b/textures/gratehard.png similarity index 100% rename from steel/textures/gratehard.png rename to textures/gratehard.png diff --git a/steel/textures/gratesoft.png b/textures/gratesoft.png similarity index 100% rename from steel/textures/gratesoft.png rename to textures/gratesoft.png diff --git a/steel/textures/scrap.png b/textures/scrap.png similarity index 100% rename from steel/textures/scrap.png rename to textures/scrap.png diff --git a/steel/textures/steel_rusted.png b/textures/steel_rusted.png similarity index 100% rename from steel/textures/steel_rusted.png rename to textures/steel_rusted.png diff --git a/steel/textures/steelplatehard.png b/textures/steelplatehard.png similarity index 100% rename from steel/textures/steelplatehard.png rename to textures/steelplatehard.png diff --git a/steel/textures/steelplatesoft.png b/textures/steelplatesoft.png similarity index 100% rename from steel/textures/steelplatesoft.png rename to textures/steelplatesoft.png diff --git a/steel/textures/strut.png b/textures/strut.png similarity index 100% rename from steel/textures/strut.png rename to textures/strut.png diff --git a/steel/textures/worldgratehard.png b/textures/worldgratehard.png similarity index 100% rename from steel/textures/worldgratehard.png rename to textures/worldgratehard.png diff --git a/steel/textures/worldgratesoft.png b/textures/worldgratesoft.png similarity index 100% rename from steel/textures/worldgratesoft.png rename to textures/worldgratesoft.png