forked from mtcontrib/mobs_monster
Renommage d'items
This commit is contained in:
parent
4e47e4f02c
commit
d3b2074daf
|
@ -141,4 +141,16 @@ mobs:register_arrow("mobs_monster:fireball", {
|
|||
end
|
||||
})
|
||||
|
||||
--minetest.override_item("default:obsidian", {on_blast = function() end})
|
||||
minetest.register_craftitem(":mobs:dungeon_master_blood", {
|
||||
description = "Dungeon Master Blood",
|
||||
inventory_image = "mobs_dungeon_master_blood.png",
|
||||
groups = {magic = 1},
|
||||
})
|
||||
minetest.register_alias("mobs_monster:dungeon_master_blood", "mobs:dungeon_master_blood")
|
||||
|
||||
minetest.register_craftitem(":mobs:dungeon_master_diamond", {
|
||||
description = "Dungeon Master Diamond",
|
||||
inventory_image = "mobs_dungeon_master_diamond.png",
|
||||
groups = {magic = 1},
|
||||
})
|
||||
minetest.register_alias("mobs_monster:dungeon_master_diamond", "mobs:dungeon_master_diamond")
|
||||
|
|
|
@ -37,8 +37,8 @@ mobs:register_mob("mobs_monster:mese_monster", {
|
|||
drops = {
|
||||
{name = "default:mese_crystal", chance = 9, min = 0, max = 2},
|
||||
{name = "default:mese_crystal_fragment", chance = 1, min = 0, max = 2},
|
||||
{name = "maptools:silver_coin", chance = 1, min = 1, max = 2,},
|
||||
{name = "returnmirror:mirror_inactive", chance = 50, min = 1, max = 1,},
|
||||
{name = "maptools:silver_coin", chance = 1, min = 0, max = 2},
|
||||
{name = "returnmirror:mirror_inactive", chance = 50, min = 1, max = 1},
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user