9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 15:09:17 +00:00

Replaced steel golem with necrotic soldier

This commit is contained in:
Auxilor
2023-11-12 13:42:18 +00:00
parent 9f46f9c5a8
commit e0db0c1dc0

View File

@@ -6,13 +6,13 @@
# A base mob and modifiers
# 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.
category: common
# 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.
# Remove any slots that you don't want to put equipment in.
@@ -161,11 +161,11 @@ spawn:
# The spawn egg item
item: evoker_spawn_egg unbreaking:1 hide_enchants
name: "&8Steel Golem&f Spawn Egg"
name: "&cNecrotic Soldier&f Spawn Egg"
lore:
- ""
- "&8&oPlace on the ground to"
- "&8&osummon a &8Steel Golem"
- "&8&osummon a &cNecrotic Soldier"
craftable: true