mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-23 14:40:22 +01:00
fix typo in mobs
This commit is contained in:
parent
306efd836c
commit
91a9c9f0e5
@ -37,7 +37,7 @@ mobs:register_mob("mobs:pumpking", {
|
|||||||
drops = {
|
drops = {
|
||||||
-- Ressource & Decoration drops
|
-- Ressource & Decoration drops
|
||||||
{name = "farming:jackolantern", chance = 1, min = 1, max = 1},
|
{name = "farming:jackolantern", chance = 1, min = 1, max = 1},
|
||||||
{name = "default:diamond_block", chance = 2, min = 1, max = 3},
|
{name = "default:diamondblock", chance = 2, min = 1, max = 3},
|
||||||
-- Hunter drops
|
-- Hunter drops
|
||||||
{name = "3d_armor:helmet_hardenedleather", chance = 10, min = 1, max = 1},
|
{name = "3d_armor:helmet_hardenedleather", chance = 10, min = 1, max = 1},
|
||||||
{name = "3d_armor:chestplate_hardenedleather", chance = 10, min = 1, max = 1},
|
{name = "3d_armor:chestplate_hardenedleather", chance = 10, min = 1, max = 1},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user