From 0eeeafdd1b4fe3047fff012eee8a563209a4abbb Mon Sep 17 00:00:00 2001 From: HybridDog Date: Tue, 20 Aug 2013 21:44:28 +0200 Subject: [PATCH] use modpack.txt --- modpack.txt | 0 depends.txt => tnt/depends.txt | 0 init.lua => tnt/init.lua | 0 {sounds => tnt/sounds}/tnt_explode.ogg | Bin {sounds => tnt/sounds}/tnt_gunpowder_burning.ogg | Bin {sounds => tnt/sounds}/tnt_ignite.ogg | Bin {textures => tnt/textures}/tnt_boom.png | Bin {textures => tnt/textures}/tnt_bottom.png | Bin {textures => tnt/textures}/tnt_gunpowder.png | Bin .../textures}/tnt_gunpowder_burning.png | Bin .../textures}/tnt_gunpowder_burning_animated.png | Bin .../textures}/tnt_gunpowder_inventory.png | Bin {textures => tnt/textures}/tnt_side.png | Bin {textures => tnt/textures}/tnt_smoke.png | Bin {textures => tnt/textures}/tnt_top.png | Bin {textures => tnt/textures}/tnt_top_burning.png | Bin .../textures}/tnt_top_burning_animated.png | Bin 17 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 modpack.txt rename depends.txt => tnt/depends.txt (100%) rename init.lua => tnt/init.lua (100%) rename {sounds => tnt/sounds}/tnt_explode.ogg (100%) rename {sounds => tnt/sounds}/tnt_gunpowder_burning.ogg (100%) rename {sounds => tnt/sounds}/tnt_ignite.ogg (100%) rename {textures => tnt/textures}/tnt_boom.png (100%) rename {textures => tnt/textures}/tnt_bottom.png (100%) rename {textures => tnt/textures}/tnt_gunpowder.png (100%) rename {textures => tnt/textures}/tnt_gunpowder_burning.png (100%) rename {textures => tnt/textures}/tnt_gunpowder_burning_animated.png (100%) rename {textures => tnt/textures}/tnt_gunpowder_inventory.png (100%) rename {textures => tnt/textures}/tnt_side.png (100%) rename {textures => tnt/textures}/tnt_smoke.png (100%) rename {textures => tnt/textures}/tnt_top.png (100%) rename {textures => tnt/textures}/tnt_top_burning.png (100%) rename {textures => tnt/textures}/tnt_top_burning_animated.png (100%) diff --git a/modpack.txt b/modpack.txt new file mode 100644 index 0000000..e69de29 diff --git a/depends.txt b/tnt/depends.txt similarity index 100% rename from depends.txt rename to tnt/depends.txt diff --git a/init.lua b/tnt/init.lua similarity index 100% rename from init.lua rename to tnt/init.lua diff --git a/sounds/tnt_explode.ogg b/tnt/sounds/tnt_explode.ogg similarity index 100% rename from sounds/tnt_explode.ogg rename to tnt/sounds/tnt_explode.ogg diff --git a/sounds/tnt_gunpowder_burning.ogg b/tnt/sounds/tnt_gunpowder_burning.ogg similarity index 100% rename from sounds/tnt_gunpowder_burning.ogg rename to tnt/sounds/tnt_gunpowder_burning.ogg diff --git a/sounds/tnt_ignite.ogg b/tnt/sounds/tnt_ignite.ogg similarity index 100% rename from sounds/tnt_ignite.ogg rename to tnt/sounds/tnt_ignite.ogg diff --git a/textures/tnt_boom.png b/tnt/textures/tnt_boom.png similarity index 100% rename from textures/tnt_boom.png rename to tnt/textures/tnt_boom.png diff --git a/textures/tnt_bottom.png b/tnt/textures/tnt_bottom.png similarity index 100% rename from textures/tnt_bottom.png rename to tnt/textures/tnt_bottom.png diff --git a/textures/tnt_gunpowder.png b/tnt/textures/tnt_gunpowder.png similarity index 100% rename from textures/tnt_gunpowder.png rename to tnt/textures/tnt_gunpowder.png diff --git a/textures/tnt_gunpowder_burning.png b/tnt/textures/tnt_gunpowder_burning.png similarity index 100% rename from textures/tnt_gunpowder_burning.png rename to tnt/textures/tnt_gunpowder_burning.png diff --git a/textures/tnt_gunpowder_burning_animated.png b/tnt/textures/tnt_gunpowder_burning_animated.png similarity index 100% rename from textures/tnt_gunpowder_burning_animated.png rename to tnt/textures/tnt_gunpowder_burning_animated.png diff --git a/textures/tnt_gunpowder_inventory.png b/tnt/textures/tnt_gunpowder_inventory.png similarity index 100% rename from textures/tnt_gunpowder_inventory.png rename to tnt/textures/tnt_gunpowder_inventory.png diff --git a/textures/tnt_side.png b/tnt/textures/tnt_side.png similarity index 100% rename from textures/tnt_side.png rename to tnt/textures/tnt_side.png diff --git a/textures/tnt_smoke.png b/tnt/textures/tnt_smoke.png similarity index 100% rename from textures/tnt_smoke.png rename to tnt/textures/tnt_smoke.png diff --git a/textures/tnt_top.png b/tnt/textures/tnt_top.png similarity index 100% rename from textures/tnt_top.png rename to tnt/textures/tnt_top.png diff --git a/textures/tnt_top_burning.png b/tnt/textures/tnt_top_burning.png similarity index 100% rename from textures/tnt_top_burning.png rename to tnt/textures/tnt_top_burning.png diff --git a/textures/tnt_top_burning_animated.png b/tnt/textures/tnt_top_burning_animated.png similarity index 100% rename from textures/tnt_top_burning_animated.png rename to tnt/textures/tnt_top_burning_animated.png