mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 23:19:17 +00:00
Replaced steel golem with necrotic soldier
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
# A base mob and modifiers
|
# A base mob and modifiers
|
||||||
# View an explanation for this system here: https://plugins.auxilor.io/all-plugins/the-entity-lookup-system
|
# View an explanation for this system here: https://plugins.auxilor.io/all-plugins/the-entity-lookup-system
|
||||||
mob: iron_golem attack-damage:90 movement-speed:1.5 follow-range:16 health:1200
|
mob: zombie attack-damage:90 movement-speed:1.5 follow-range:16 health:1200
|
||||||
|
|
||||||
# The ID of the mob category, handles spawning.
|
# The ID of the mob category, handles spawning.
|
||||||
category: common
|
category: common
|
||||||
|
|
||||||
# Supported placeholders: %health%, %time% (formats as minutes:seconds, eg 1:56)
|
# Supported placeholders: %health%, %time% (formats as minutes:seconds, eg 1:56)
|
||||||
display-name: "&8Steel Golem &7| &c%health%♥ &7| &e%time%"
|
display-name: "&cNecrotic Soldier &7| &c%health%♥ &7| &e%time%"
|
||||||
|
|
||||||
# If the mob you're using supports equipment, you can specify the items in each slot.
|
# If the mob you're using supports equipment, you can specify the items in each slot.
|
||||||
# Remove any slots that you don't want to put equipment in.
|
# Remove any slots that you don't want to put equipment in.
|
||||||
@@ -161,11 +161,11 @@ spawn:
|
|||||||
|
|
||||||
# The spawn egg item
|
# The spawn egg item
|
||||||
item: evoker_spawn_egg unbreaking:1 hide_enchants
|
item: evoker_spawn_egg unbreaking:1 hide_enchants
|
||||||
name: "&8Steel Golem&f Spawn Egg"
|
name: "&cNecrotic Soldier&f Spawn Egg"
|
||||||
lore:
|
lore:
|
||||||
- ""
|
- ""
|
||||||
- "&8&oPlace on the ground to"
|
- "&8&oPlace on the ground to"
|
||||||
- "&8&osummon a &8Steel Golem"
|
- "&8&osummon a &cNecrotic Soldier"
|
||||||
|
|
||||||
craftable: true
|
craftable: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user