removed handlebar moustache due to dependency issue

This commit is contained in:
tenplus1 2022-04-03 17:38:55 +01:00
parent f9338d08a9
commit 825e43947b
3 changed files with 5 additions and 5 deletions

@ -590,7 +590,7 @@ end
-- 3D Armor mod
if minetest.get_modpath("3d_armor") then
--[[
armor:register_armor("lucky_block:helmet_handlebar", {
description = "Handlebar Moustache",
inventory_image = "lucky_handlebar_helmet_inv.png",
@ -602,7 +602,7 @@ armor:register_armor("lucky_block:helmet_handlebar", {
damage_groups = {cracky = 2, snappy = 2, choppy = 2, level = 2},
texture = "lucky_handlebar_helmet.png"
})
]]
lucky_block:add_blocks({
{"dro", {"3d_armor:boots_wood"}},
{"dro", {"3d_armor:leggings_wood"}},
@ -627,7 +627,7 @@ lucky_block:add_blocks({
{"dro", {"3d_armor:chestplate_bronze"}},
{"dro", {"3d_armor:helmet_bronze"}},
{"lig"},
{"dro", {"3d_armor:helmet_handlebar"}}
-- {"dro", {"3d_armor:helmet_handlebar"}}
})
end

@ -2,4 +2,4 @@ default
tnt?
screwdriver?
intllib?
3d_armor?

@ -1,4 +1,4 @@
name = lucky_block
depends = default
optional_depends = tnt, screwdriver, intllib, 3d_armor
optional_depends = tnt, screwdriver, intllib
description = Adds lucky blocks into the game which may give good, bad, hurtful items when open :)