remove handlebar files

master
tenplus1 2022-04-03 17:51:21 +01:00
parent 825e43947b
commit ff5946d02c
5 changed files with 4 additions and 17 deletions

View File

@ -25,6 +25,6 @@ Changelog:
- 1.0 - Added ability for custom lucky blocks to use their own block list
- 1.1 - Spawning mobs can now select randomly from a table or single string
- 1.2 - Code tidy and fixed wishing well replacements
- 1.3 - Add lightning staff as rare drop, tidy code, lightning fire check, moustache helmet, slender potion
- 1.3 - Add lightning staff as rare drop, tidy code, lightning fire check, slender potion
Lucky Blocks: 263 (depending on mods enabled)
Lucky Blocks: 262 (depending on mods enabled)

View File

@ -590,19 +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",
groups = {
armor_head = 1, armor_heal = 12, armor_use = 200,
physics_speed = 0.2, physics_jump = 0.2
},
armor_groups = {fleshy = 10},
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"}},
@ -626,8 +614,7 @@ lucky_block:add_blocks({
{"dro", {"3d_armor:leggings_bronze"}},
{"dro", {"3d_armor:chestplate_bronze"}},
{"dro", {"3d_armor:helmet_bronze"}},
{"lig"},
-- {"dro", {"3d_armor:helmet_handlebar"}}
{"lig"}
})
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B