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