mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Patch respawned anchors for mcl_beds
This commit is contained in:
parent
7992670d20
commit
640b01616d
1 changed files with 1 additions and 6 deletions
|
@ -55,12 +55,7 @@ for i=0,4 do
|
|||
groups = {pickaxey=1, material_stone=1, not_in_creative_inventory=1},
|
||||
_mcl_hardness = 22.5,
|
||||
sounds= mcl_sounds.node_sound_stone_defaults(),
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{items = {"mcl_beds:respawn_anchor"}},
|
||||
}
|
||||
},
|
||||
drop = "mcl_beds:respawn_anchor",
|
||||
light_source = math.min((4 * i) - 1, minetest.LIGHT_MAX),
|
||||
use_texture_alpha = "blend",
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue