From b5aa8107d3f9097aff49d35cfebb981712710ab8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 9 Mar 2017 17:08:23 +0100 Subject: [PATCH] Move crafting mod out of craftingpack modpack --- .../{craftingpack => }/crafting/README.txt | 0 .../{craftingpack => }/crafting/creative.lua | 0 .../{craftingpack => }/crafting/depends.txt | 0 mods/HUD/{craftingpack => }/crafting/init.lua | 0 .../textures/crafting_creative_active.png | Bin .../textures/crafting_creative_bg.png | Bin .../textures/crafting_creative_bg_dark.png | Bin .../textures/crafting_creative_down.png | Bin .../textures/crafting_creative_inactive.png | Bin .../textures/crafting_creative_marker.png | Bin .../textures/crafting_creative_trash.png | Bin .../textures/crafting_creative_up.png | Bin .../textures/crafting_formspec_bg.png | Bin .../textures/crafting_formspec_bg2.png | Bin .../crafting/textures/crafting_hotbar.png | Bin .../textures/crafting_hotbar_selected.png | Bin .../crafting/textures/crafting_inventory.png | Bin .../textures/crafting_inventory_9_slots.png | Bin .../textures/crafting_inventory_chest.png | Bin .../crafting_inventory_chest_large.png | Bin .../textures/crafting_inventory_creative.png | Bin .../crafting_inventory_creative_scroll.png | Bin .../crafting_inventory_creative_survival.png | Bin .../textures/crafting_inventory_workbench.png | Bin .../crafting/textures/crafting_player2d.png | Bin .../crafting/textures/crafting_slider.png | Bin .../crafting/textures/crafting_slot_feet.png | Bin .../crafting/textures/crafting_slot_head.png | Bin .../crafting/textures/crafting_slot_legs.png | Bin .../crafting/textures/crafting_slot_torso.png | Bin .../textures/crafting_workbench_front.png | Bin .../textures/crafting_workbench_side.png | Bin .../textures/crafting_workbench_top.png | Bin .../crafting/textures/fnt_blocks.png | Bin .../crafting/textures/fnt_brew.png | Bin .../crafting/textures/fnt_chest.png | Bin .../crafting/textures/fnt_combat.png | Bin .../crafting/textures/fnt_deco.png | Bin .../crafting/textures/fnt_ender_chest.png | Bin .../crafting/textures/fnt_food.png | Bin .../crafting/textures/fnt_matr.png | Bin .../crafting/textures/fnt_misc.png | Bin .../crafting/textures/fnt_nix.png | Bin .../crafting/textures/fnt_rail.png | Bin .../crafting/textures/fnt_redstone.png | Bin .../crafting/textures/fnt_shulker_box.png | Bin .../crafting/textures/fnt_tools.png | Bin mods/HUD/craftingpack/README.txt | 31 ------------------ mods/HUD/craftingpack/modpack.txt | 0 49 files changed, 31 deletions(-) rename mods/HUD/{craftingpack => }/crafting/README.txt (100%) rename mods/HUD/{craftingpack => }/crafting/creative.lua (100%) rename mods/HUD/{craftingpack => }/crafting/depends.txt (100%) rename mods/HUD/{craftingpack => }/crafting/init.lua (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_active.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_bg.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_bg_dark.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_down.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_inactive.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_marker.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_trash.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_creative_up.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_formspec_bg.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_formspec_bg2.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_hotbar.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_hotbar_selected.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_9_slots.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_chest.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_chest_large.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_creative.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_creative_scroll.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_creative_survival.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_inventory_workbench.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_player2d.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_slider.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_slot_feet.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_slot_head.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_slot_legs.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_slot_torso.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_workbench_front.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_workbench_side.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/crafting_workbench_top.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_blocks.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_brew.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_chest.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_combat.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_deco.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_ender_chest.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_food.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_matr.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_misc.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_nix.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_rail.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_redstone.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_shulker_box.png (100%) rename mods/HUD/{craftingpack => }/crafting/textures/fnt_tools.png (100%) delete mode 100644 mods/HUD/craftingpack/README.txt delete mode 100644 mods/HUD/craftingpack/modpack.txt diff --git a/mods/HUD/craftingpack/crafting/README.txt b/mods/HUD/crafting/README.txt similarity index 100% rename from mods/HUD/craftingpack/crafting/README.txt rename to mods/HUD/crafting/README.txt diff --git a/mods/HUD/craftingpack/crafting/creative.lua b/mods/HUD/crafting/creative.lua similarity index 100% rename from mods/HUD/craftingpack/crafting/creative.lua rename to mods/HUD/crafting/creative.lua diff --git a/mods/HUD/craftingpack/crafting/depends.txt b/mods/HUD/crafting/depends.txt similarity index 100% rename from mods/HUD/craftingpack/crafting/depends.txt rename to mods/HUD/crafting/depends.txt diff --git a/mods/HUD/craftingpack/crafting/init.lua b/mods/HUD/crafting/init.lua similarity index 100% rename from mods/HUD/craftingpack/crafting/init.lua rename to mods/HUD/crafting/init.lua diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_active.png b/mods/HUD/crafting/textures/crafting_creative_active.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_active.png rename to mods/HUD/crafting/textures/crafting_creative_active.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_bg.png b/mods/HUD/crafting/textures/crafting_creative_bg.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_bg.png rename to mods/HUD/crafting/textures/crafting_creative_bg.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_bg_dark.png b/mods/HUD/crafting/textures/crafting_creative_bg_dark.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_bg_dark.png rename to mods/HUD/crafting/textures/crafting_creative_bg_dark.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_down.png b/mods/HUD/crafting/textures/crafting_creative_down.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_down.png rename to mods/HUD/crafting/textures/crafting_creative_down.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_inactive.png b/mods/HUD/crafting/textures/crafting_creative_inactive.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_inactive.png rename to mods/HUD/crafting/textures/crafting_creative_inactive.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_marker.png b/mods/HUD/crafting/textures/crafting_creative_marker.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_marker.png rename to mods/HUD/crafting/textures/crafting_creative_marker.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_trash.png b/mods/HUD/crafting/textures/crafting_creative_trash.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_trash.png rename to mods/HUD/crafting/textures/crafting_creative_trash.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_creative_up.png b/mods/HUD/crafting/textures/crafting_creative_up.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_creative_up.png rename to mods/HUD/crafting/textures/crafting_creative_up.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_formspec_bg.png b/mods/HUD/crafting/textures/crafting_formspec_bg.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_formspec_bg.png rename to mods/HUD/crafting/textures/crafting_formspec_bg.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_formspec_bg2.png b/mods/HUD/crafting/textures/crafting_formspec_bg2.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_formspec_bg2.png rename to mods/HUD/crafting/textures/crafting_formspec_bg2.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_hotbar.png b/mods/HUD/crafting/textures/crafting_hotbar.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_hotbar.png rename to mods/HUD/crafting/textures/crafting_hotbar.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_hotbar_selected.png b/mods/HUD/crafting/textures/crafting_hotbar_selected.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_hotbar_selected.png rename to mods/HUD/crafting/textures/crafting_hotbar_selected.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory.png b/mods/HUD/crafting/textures/crafting_inventory.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory.png rename to mods/HUD/crafting/textures/crafting_inventory.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_9_slots.png b/mods/HUD/crafting/textures/crafting_inventory_9_slots.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_9_slots.png rename to mods/HUD/crafting/textures/crafting_inventory_9_slots.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_chest.png b/mods/HUD/crafting/textures/crafting_inventory_chest.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_chest.png rename to mods/HUD/crafting/textures/crafting_inventory_chest.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_chest_large.png b/mods/HUD/crafting/textures/crafting_inventory_chest_large.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_chest_large.png rename to mods/HUD/crafting/textures/crafting_inventory_chest_large.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative.png b/mods/HUD/crafting/textures/crafting_inventory_creative.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative.png rename to mods/HUD/crafting/textures/crafting_inventory_creative.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative_scroll.png b/mods/HUD/crafting/textures/crafting_inventory_creative_scroll.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative_scroll.png rename to mods/HUD/crafting/textures/crafting_inventory_creative_scroll.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative_survival.png b/mods/HUD/crafting/textures/crafting_inventory_creative_survival.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_creative_survival.png rename to mods/HUD/crafting/textures/crafting_inventory_creative_survival.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_inventory_workbench.png b/mods/HUD/crafting/textures/crafting_inventory_workbench.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_inventory_workbench.png rename to mods/HUD/crafting/textures/crafting_inventory_workbench.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_player2d.png b/mods/HUD/crafting/textures/crafting_player2d.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_player2d.png rename to mods/HUD/crafting/textures/crafting_player2d.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_slider.png b/mods/HUD/crafting/textures/crafting_slider.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_slider.png rename to mods/HUD/crafting/textures/crafting_slider.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_slot_feet.png b/mods/HUD/crafting/textures/crafting_slot_feet.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_slot_feet.png rename to mods/HUD/crafting/textures/crafting_slot_feet.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_slot_head.png b/mods/HUD/crafting/textures/crafting_slot_head.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_slot_head.png rename to mods/HUD/crafting/textures/crafting_slot_head.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_slot_legs.png b/mods/HUD/crafting/textures/crafting_slot_legs.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_slot_legs.png rename to mods/HUD/crafting/textures/crafting_slot_legs.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_slot_torso.png b/mods/HUD/crafting/textures/crafting_slot_torso.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_slot_torso.png rename to mods/HUD/crafting/textures/crafting_slot_torso.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_workbench_front.png b/mods/HUD/crafting/textures/crafting_workbench_front.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_workbench_front.png rename to mods/HUD/crafting/textures/crafting_workbench_front.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_workbench_side.png b/mods/HUD/crafting/textures/crafting_workbench_side.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_workbench_side.png rename to mods/HUD/crafting/textures/crafting_workbench_side.png diff --git a/mods/HUD/craftingpack/crafting/textures/crafting_workbench_top.png b/mods/HUD/crafting/textures/crafting_workbench_top.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/crafting_workbench_top.png rename to mods/HUD/crafting/textures/crafting_workbench_top.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_blocks.png b/mods/HUD/crafting/textures/fnt_blocks.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_blocks.png rename to mods/HUD/crafting/textures/fnt_blocks.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_brew.png b/mods/HUD/crafting/textures/fnt_brew.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_brew.png rename to mods/HUD/crafting/textures/fnt_brew.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_chest.png b/mods/HUD/crafting/textures/fnt_chest.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_chest.png rename to mods/HUD/crafting/textures/fnt_chest.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_combat.png b/mods/HUD/crafting/textures/fnt_combat.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_combat.png rename to mods/HUD/crafting/textures/fnt_combat.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_deco.png b/mods/HUD/crafting/textures/fnt_deco.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_deco.png rename to mods/HUD/crafting/textures/fnt_deco.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_ender_chest.png b/mods/HUD/crafting/textures/fnt_ender_chest.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_ender_chest.png rename to mods/HUD/crafting/textures/fnt_ender_chest.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_food.png b/mods/HUD/crafting/textures/fnt_food.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_food.png rename to mods/HUD/crafting/textures/fnt_food.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_matr.png b/mods/HUD/crafting/textures/fnt_matr.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_matr.png rename to mods/HUD/crafting/textures/fnt_matr.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_misc.png b/mods/HUD/crafting/textures/fnt_misc.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_misc.png rename to mods/HUD/crafting/textures/fnt_misc.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_nix.png b/mods/HUD/crafting/textures/fnt_nix.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_nix.png rename to mods/HUD/crafting/textures/fnt_nix.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_rail.png b/mods/HUD/crafting/textures/fnt_rail.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_rail.png rename to mods/HUD/crafting/textures/fnt_rail.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_redstone.png b/mods/HUD/crafting/textures/fnt_redstone.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_redstone.png rename to mods/HUD/crafting/textures/fnt_redstone.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_shulker_box.png b/mods/HUD/crafting/textures/fnt_shulker_box.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_shulker_box.png rename to mods/HUD/crafting/textures/fnt_shulker_box.png diff --git a/mods/HUD/craftingpack/crafting/textures/fnt_tools.png b/mods/HUD/crafting/textures/fnt_tools.png similarity index 100% rename from mods/HUD/craftingpack/crafting/textures/fnt_tools.png rename to mods/HUD/crafting/textures/fnt_tools.png diff --git a/mods/HUD/craftingpack/README.txt b/mods/HUD/craftingpack/README.txt deleted file mode 100644 index f24ecb7ab..000000000 --- a/mods/HUD/craftingpack/README.txt +++ /dev/null @@ -1,31 +0,0 @@ -Minetest mod "Crafting" -======================= -version: 2.0.1 - -License of source code and Textures: WTFPL ------------------------------------- -Copyright (c) 2013-2014 BlockMen - -This program is free software. It comes without any warranty, to -the extent permitted by applicable law. You can redistribute it -and/or modify it under the terms of the Do What The Fuck You Want -To Public License, Version 2, as published by Sam Hocevar. See -http://sam.zoy.org/wtfpl/COPYING for more details. - - ---USING the mod-- -================= -This mod changes the players inventory (survival and creative) with more slots (9*4 instead of 8*4) -Like known from Minecraft you have a 2x2 crafting grid at inventory now. Furthermore a categorized creative -inventory and a support for stu's 3d armor mod (To use the armor and a preview of player). - -Left items in the crafting slots are dropped infront of you. - -Workbench -========= -With following recipe you craft a workbench (aka crafting table): - -wood wood -wood wood - -The workbench has a 3x3 crafting grid, that allows to use all recipes. \ No newline at end of file diff --git a/mods/HUD/craftingpack/modpack.txt b/mods/HUD/craftingpack/modpack.txt deleted file mode 100644 index e69de29bb..000000000