Tags
Creators
Details
Licensed ARR
Published last year
Updated last month
All versions
0.18.1
Release
JCRAFT: Eyes of Ender (JoJo) 0.18.1last month 32.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog
General
- Datapacks now throw errors if they configure moves wrongly during loading instead of during runtime
Stands & Specs
- Disabled damage scaling for bosses and horses
- Throwing now force-feeds potions
- Throwing items are now transparent while being hold by Stand
- Breaking Blocks now only triggers when nothing else was hit
- Aerosmith
- now heats up blocks, i.e. makes them work temporarily like Magma Blocks
- BreathXRay now respects Hypoxia levels
- only displays landing gear when starting/landing
- improved the Ult mechanics
- added glowing to AS when it is out of sight for the user
- getting stunned while AS is on Autopilot influences AS now
- added particles to show which entity is targeted by AS
- Made In Heaven
- Sprinting while Stand is out
- gives Speed 70
- creates Hunger (configurable)
- gives Water Walking and Dolphin's Grace
- gives Exhaustion
- improved Hit Detection for MiH Cr Sp 3
- Sprinting while Stand is out
- Added new m1 chain + skin1 for D4C
- Whitesnake
- nerved stand disc attack
- buffed memory disc attack, now inflicts specless state
- Added vamp cr.sp2, a feeding-oriented variant + new hitsparks for both
- Added description for Hamon Charge in
/spec about - Missing with Stands/Specs now makes miss sounds (whiff)
- generalized a lot of moves to make it possible to be used by other stands via datapacks
Effects
- Exhaustion I to IV, works against regeneration from 25% to 100%
- Specless, which disables your Spec
Structures
- made Vampire Lairs rarer
Configs
mih_sprint_hunger_multiplierhow much Hunger is created by MIH sprinting- Vampires taking extra damage by Hamon Users is now on by default
show_all_cosplayhas been removed, as it doesn't serve any purpose anymore- Added tooltips to all server config options
block_breakage_multiplierto scale the effectiveness of Block Breaking- Server config is now part of the API (for add-ons)
- String Option configs added (currently not used by us, but possible for add-ons)
- Client config option to show MiH afterimages, off by default because it is buggy still
Tags
jcraft:bossesdescribes what constitutes bosses for JCraft purposes (for now Ender Dragon, Wither, Warden, Elder Guardian and Tonpetty)jcraft:ignores_damage_scalingdescribes which entities ignore Stand/Spec damage scaling (for now bosses and horses)
Bug Fixes
- Fixed missing translation for Anubis Special 2 and Hamon Charge
- Fixed AS bomb double damage
- Fixed AS detecting and following Spectators
- Fixed AS getting stuck shooting on Multiplayer
- Fixed PH Poison damage attribution
- Fixed bound sounds lingering when spamming
- Fixed Spec moves holding when Stand is out
- Fixed Stand throwing into claims
- Fixed an Item throwing bug
- Fixed D4C explosions not respecting claims
- Fixed an absurd jump boost by using The Fool with Elytra
- Fixed GE Tree not launching the user
- Disabled Pick Block only for stands with a Toss Move
- Fixed an NPE
Known Bugs
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Hcpu2FXm:ERhLZr59"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hcpu2FXm:ERhLZr59"
}

