Minecraft Data Packs / Other

[Epic Fight] Conjurer Mod patch

  • check_circle Functions
  • check_circle Predicates
  • 5,777 views, 10 today
  • 417 downloads, 0 today
  • 4
  • 3
Required Resource Pack
METAL_knight's Avatar METAL_knight
Level 41 : Master Pirate
8
Patches The Conjurer entity to use the same AI as witches and vindicators in Epic Fight !
(Enables for a fun fight)

⚠️ REQUIRES RESOURCEPACK (PlanetMinecraft/Here)
⚠️ REQUIRES EPIC FIGHT: Epic Fight - CurseForge
⚠️ REQUIRES THE CONJURER: The Conjurer - CurseForge



This datapack uses custom datapack functions and features from the epic fight mod to enable the modded ai from epic fight and a texturepack to fix texture deformation. You are free to change anything in this datapack to your liking. If you want to discover how this works, check the epic fight wiki in how to do so here: Home · Yesssssman/epicfightmod Wiki (github.com)



This uses a complex set of settings made to better the fighting experience of the conjurer. The following is a dummy entity simulating how we created the conjurer patch for epic fight.


Dummy Entity code example
{
"model": "epicfight:entity/biped_old_texture",
"renderer": "minecraft:zombie",
"isHumanoid": false,
"faction": "neutral",
"attributes": {
"impact": 0.5,
"armor_negation": 0.0,
"max_strikes": 1,
"chasing_speed": 1.0,
"scale": 1.0
},
"default_livingmotions": {
"idle": "epicfight:biped/living/idle",
"walk": "epicfight:biped/living/walk",
"chase": "epicfight:biped/living/walk",
"mount": "epicfight:biped/living/mount",
"fall": "epicfight:biped/living/fall",
"death": "epicfight:biped/living/death"
},
"stun_animations": {
"short": "epicfight:biped/combat/hit_short",
"long": "epicfight:biped/combat/hit_long",
"knockdown": "epicfight:biped/combat/knockdown",
"fall": "epicfight:biped/living/landing"
},
"combat_behavior": [
{
"weight": 100.0,
"canBeInterrupted": true,
"looping": false,
"behaviors": [
{
"conditions": [
{"predicate":"within_eye_height"}, {"predicate":"within_distance", "min": 0.0, "max": 2.0}
],
"animation": "epicfight:zombie/attack1"
},
{
"conditions": [
{"predicate":"within_eye_height"}, {"predicate":"within_distance", "min": 0.0, "max": 2.0}
],
"animation": "epicfight:zombie/attack2"
},
{
"conditions": [
{"predicate":"within_eye_height"}, {"predicate":"within_distance", "min": 0.0, "max": 2.0}
],
"animation": "epicfight:zombie/attack3"
}
]
}
]
}



Epic Fight Official Discord: discord.com/invite/NbAJwj8RHg
CreditMexikern (Datapack & Texture) & Yesman [Lead Developer]
CompatibilityMinecraft 1.18
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome