1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 05:10:37 +02:00

Renommage d'items

This commit is contained in:
sys4-fr
2018-12-15 21:18:58 +01:00
parent 4e47e4f02c
commit d3b2074daf
2 changed files with 15 additions and 3 deletions

View File

@ -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,