diff --git a/mods/ITEMS/mcl_heads/README.txt b/mods/ITEMS/mcl_heads/README.txt new file mode 100644 index 0000000000..96eb30d8d0 --- /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 76ec672eec..b060f88f18 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 0000000000..be33d74e2f 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 0000000000..c89fbd78cd 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 0000000000..baf632a65d 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 0000000000..d16a32bb30 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 0000000000..e68aef7e2b 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 0000000000..d0b0da5682 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 0000000000..5e930143c7 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 0000000000..e41c20793a 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 0000000000..0d919dc6e6 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 0000000000..dfcacb149e Binary files /dev/null and b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_preview.png differ