mirror of
https://notabug.org/TenPlus1/lucky_block.git
synced 2024-12-04 19:53:45 +01:00
remove handlebar files
This commit is contained in:
parent
825e43947b
commit
ff5946d02c
@ -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)
|
||||
|
17
blocks.lua
17
blocks.lua
@ -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 |
Loading…
Reference in New Issue
Block a user