- Download Link
- https://github.com/LoJoSho/EcoMythic/releases/
- Source Code
- https://github.com/LoJoSho/EcoMythic/tree/master
- Documentation
- https://github.com/LoJoSho/EcoMythic#readme
- Minecraft Versions
- 1.18.1
- Compatible Java Versions
- 17
EcoMythic
Download | Source Code
Bring EcoItems, EcoArmor, & StatTracker to MythicMob drops.Features:
- No Extra Config Files (Put it right into your MythicMob configs!)
- Easy implementation
Soft Dependencies
- EcoItems (Recommend 3.27.3+)
- EcoArmor (Recommend 7.32.2+)
- StatTracker (Recommend 4.3.0+)
EcoItems:
YAML:
zzom:
Type: ZOMBIE
Drops:
- EcoItems{type=talisman_core_1} 1 1 #type can either be "type", "item", "t", or "i"
- EcoItems{item=talisman_core_2} 1 1
- EcoItems{i=enchanted_ender_pearl} 4 1
- EcoItems{type=talisman_orccc_2} 1 1 #This is an invalid item. It will warn you if you put an item that isn't a valid EcoItem.
EcoArmor:
YAML:
zArmorDrop:
Type: ZOMBIE
Drops:
- EcoArmor{armor=reaper;shard=true} 1 1 #armor can be either "armor", "a", "t", "type"
- EcoArmor{armor=slayer;shard=true;slot=helmet} 1 1 #shards always take priority over armor pieces. This drop will drop the shard.
- EcoArmor{armor=reaper;slot=chestplate} 1 1 #slot can either be "slot" or "s"
- EcoArmor{armor=reaper;slot=helmet} 1 1 #You need to specify the armor set, then either add that it's a shard or an armor piece/slot
StatTracker:
YAML:
zArmorDrop:
Type: ZOMBIE
Drops:
- StatTrackers{stat=arrows_shot} #Alternatively, you can replace "stat" with "type", "t", "stat", or "s"
Support is offered in the thread.
Last edited: