diff --git a/mods/ITEMS/mcl_heads/README.txt b/mods/ITEMS/mcl_heads/README.txt new file mode 100644 index 00000000..96eb30d8 --- /dev/null +++ b/mods/ITEMS/mcl_heads/README.txt @@ -0,0 +1,4 @@ +All textures from Faithful Vanilla texture pack. + +The mcl_heads_* texture were created by kingoscargames, +based on aforementioned texture pack. diff --git a/mods/ITEMS/mcl_heads/init.lua b/mods/ITEMS/mcl_heads/init.lua index 76ec672e..b060f88f 100644 --- a/mods/ITEMS/mcl_heads/init.lua +++ b/mods/ITEMS/mcl_heads/init.lua @@ -12,7 +12,7 @@ local function addhead(node, desc, longdesc) { -0.25, -0.5, -0.25, 0.25, 0.0, 0.25, }, }, }, - groups = {handy=1, head=1, deco_block=1, dig_by_piston=1}, + groups = {handy=1, armor_head=1, head=1, deco_block=1, dig_by_piston=1}, tiles = { "head_"..node.."_top.png", "head_"..node.."_top.png", diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper.png new file mode 100644 index 00000000..be33d74e Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_preview.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_preview.png new file mode 100644 index 00000000..c89fbd78 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_preview.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton.png new file mode 100644 index 00000000..baf632a6 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_preview.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_preview.png new file mode 100644 index 00000000..d16a32bb Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_preview.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_steve.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_steve.png new file mode 100644 index 00000000..e68aef7e Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_steve.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_steve_preview.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_steve_preview.png new file mode 100644 index 00000000..d0b0da56 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_steve_preview.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton.png new file mode 100644 index 00000000..5e930143 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton_preview.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton_preview.png new file mode 100644 index 00000000..e41c2079 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton_preview.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie.png new file mode 100644 index 00000000..0d919dc6 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie.png differ diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_preview.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_preview.png new file mode 100644 index 00000000..dfcacb14 Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_preview.png differ