diff --git a/README.md b/README.md index 4336c6ae..742fc946 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ The following mods are also included: * technic_armor ([3d_armor modpack][3d_armor]) * wieldview ([3d_armor modpack][3d_armor]) * [technic (modpack)][technic] ([LGPL](mods/technic/README.md)) -* [tnt][] ([WTFPL](mods/tnt/README.txt)) * tools/ + * [tnt][] ([WTFPL](mods/tools/tnt/README.txt)) * [torches][] ([LGPL/CC-BY-SA](mods/tools/torches/README.txt)) * weather/ * [lightning][] ([LGPL/CC-BY-SA](mods/weather/lightning/README.md)) diff --git a/mods/tnt/README.txt b/mods/tools/tnt/README.txt similarity index 100% rename from mods/tnt/README.txt rename to mods/tools/tnt/README.txt diff --git a/mods/tnt/depends.txt b/mods/tools/tnt/depends.txt similarity index 100% rename from mods/tnt/depends.txt rename to mods/tools/tnt/depends.txt diff --git a/mods/tnt/init.lua b/mods/tools/tnt/init.lua similarity index 100% rename from mods/tnt/init.lua rename to mods/tools/tnt/init.lua diff --git a/mods/tnt/sounds/tnt_explode.ogg b/mods/tools/tnt/sounds/tnt_explode.ogg similarity index 100% rename from mods/tnt/sounds/tnt_explode.ogg rename to mods/tools/tnt/sounds/tnt_explode.ogg diff --git a/mods/tnt/sounds/tnt_gunpowder_burning.ogg b/mods/tools/tnt/sounds/tnt_gunpowder_burning.ogg similarity index 100% rename from mods/tnt/sounds/tnt_gunpowder_burning.ogg rename to mods/tools/tnt/sounds/tnt_gunpowder_burning.ogg diff --git a/mods/tnt/sounds/tnt_ignite.ogg b/mods/tools/tnt/sounds/tnt_ignite.ogg similarity index 100% rename from mods/tnt/sounds/tnt_ignite.ogg rename to mods/tools/tnt/sounds/tnt_ignite.ogg diff --git a/mods/tnt/textures/tnt_blast.png b/mods/tools/tnt/textures/tnt_blast.png similarity index 100% rename from mods/tnt/textures/tnt_blast.png rename to mods/tools/tnt/textures/tnt_blast.png diff --git a/mods/tnt/textures/tnt_boom.png b/mods/tools/tnt/textures/tnt_boom.png similarity index 100% rename from mods/tnt/textures/tnt_boom.png rename to mods/tools/tnt/textures/tnt_boom.png diff --git a/mods/tnt/textures/tnt_bottom.png b/mods/tools/tnt/textures/tnt_bottom.png similarity index 100% rename from mods/tnt/textures/tnt_bottom.png rename to mods/tools/tnt/textures/tnt_bottom.png diff --git a/mods/tnt/textures/tnt_gunpowder_burning_crossing_animated.png b/mods/tools/tnt/textures/tnt_gunpowder_burning_crossing_animated.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_burning_crossing_animated.png rename to mods/tools/tnt/textures/tnt_gunpowder_burning_crossing_animated.png diff --git a/mods/tnt/textures/tnt_gunpowder_burning_curved_animated.png b/mods/tools/tnt/textures/tnt_gunpowder_burning_curved_animated.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_burning_curved_animated.png rename to mods/tools/tnt/textures/tnt_gunpowder_burning_curved_animated.png diff --git a/mods/tnt/textures/tnt_gunpowder_burning_straight_animated.png b/mods/tools/tnt/textures/tnt_gunpowder_burning_straight_animated.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_burning_straight_animated.png rename to mods/tools/tnt/textures/tnt_gunpowder_burning_straight_animated.png diff --git a/mods/tnt/textures/tnt_gunpowder_burning_t_junction_animated.png b/mods/tools/tnt/textures/tnt_gunpowder_burning_t_junction_animated.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_burning_t_junction_animated.png rename to mods/tools/tnt/textures/tnt_gunpowder_burning_t_junction_animated.png diff --git a/mods/tnt/textures/tnt_gunpowder_crossing.png b/mods/tools/tnt/textures/tnt_gunpowder_crossing.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_crossing.png rename to mods/tools/tnt/textures/tnt_gunpowder_crossing.png diff --git a/mods/tnt/textures/tnt_gunpowder_curved.png b/mods/tools/tnt/textures/tnt_gunpowder_curved.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_curved.png rename to mods/tools/tnt/textures/tnt_gunpowder_curved.png diff --git a/mods/tnt/textures/tnt_gunpowder_inventory.png b/mods/tools/tnt/textures/tnt_gunpowder_inventory.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_inventory.png rename to mods/tools/tnt/textures/tnt_gunpowder_inventory.png diff --git a/mods/tnt/textures/tnt_gunpowder_straight.png b/mods/tools/tnt/textures/tnt_gunpowder_straight.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_straight.png rename to mods/tools/tnt/textures/tnt_gunpowder_straight.png diff --git a/mods/tnt/textures/tnt_gunpowder_t_junction.png b/mods/tools/tnt/textures/tnt_gunpowder_t_junction.png similarity index 100% rename from mods/tnt/textures/tnt_gunpowder_t_junction.png rename to mods/tools/tnt/textures/tnt_gunpowder_t_junction.png diff --git a/mods/tnt/textures/tnt_side.png b/mods/tools/tnt/textures/tnt_side.png similarity index 100% rename from mods/tnt/textures/tnt_side.png rename to mods/tools/tnt/textures/tnt_side.png diff --git a/mods/tnt/textures/tnt_smoke.png b/mods/tools/tnt/textures/tnt_smoke.png similarity index 100% rename from mods/tnt/textures/tnt_smoke.png rename to mods/tools/tnt/textures/tnt_smoke.png diff --git a/mods/tnt/textures/tnt_top.png b/mods/tools/tnt/textures/tnt_top.png similarity index 100% rename from mods/tnt/textures/tnt_top.png rename to mods/tools/tnt/textures/tnt_top.png diff --git a/mods/tnt/textures/tnt_top_burning.png b/mods/tools/tnt/textures/tnt_top_burning.png similarity index 100% rename from mods/tnt/textures/tnt_top_burning.png rename to mods/tools/tnt/textures/tnt_top_burning.png diff --git a/mods/tnt/textures/tnt_top_burning_animated.png b/mods/tools/tnt/textures/tnt_top_burning_animated.png similarity index 100% rename from mods/tnt/textures/tnt_top_burning_animated.png rename to mods/tools/tnt/textures/tnt_top_burning_animated.png