1.0-1.20.1
Compatibility
Changes
Vilgax Attacks — v1.0 (Minecraft 1.20.1)
"Harness the power of Taydenite, breach the boundaries of the Null Void, and face Vilgax."
Initial release of the mod. Adds a small Ben 10-inspired boss fight to the Overworld, featuring a new ore, a summoning item, and the boss Vilgax.
✨ New Content
Blocks
- Taydenite Crystal (
taydenite_crystal): a naturally-generating ore block found in the Overworld, with 3 sizes/growth stages (small, medium, large), each with its own model and facing orientation. Requires a diamond-tier tool to mine.
Items
- Taydenite Shard (
taydenite): the material dropped by mining the Taydenite Crystal (1 shard at small size, 2 at medium, 3 at large). - Null Void Projector (
null_void_projector): a summoning item. Right-clicking it opens a gateway to the Null Void and unleashes Vilgax. Crafted from redstone, taydenite, copper ingots, an ender pearl, an iron ingot, and a spyglass.
Entity / Boss
- Vilgax: a new hostile boss featuring:
- Its own health bar (a
ServerBossEvent-style boss bar). - A custom model and animations (including distinct movement and attack animation states).
- Custom combat AI (
VilgaxAttackGoal) and a custom ground pathfinding/navigation system (based on the Wither's). - Targets the player who summoned it via
NearestAttackableTargetGoal.
- Its own health bar (a
World Generation
- The Taydenite Crystal generates in Overworld biomes during the
underground_oresstep, between Y=-50 and Y=0, with one spawn attempt per chunk.
Progression / Advancements
5 chained advancements were added to guide progression through the mod:
- Vilgax Attacks (hidden, base) — triggered by having a diamond.
- Better than diamonds — obtain a Taydenite Shard.
- Portal to nowhere — craft the Null Void Projector.
- Beast unleashed — use the Projector to summon Vilgax.
- Conqueror conquered (challenge) — defeat Vilgax.
UI & Localization
- New creative tab: Vilgax Attacks.
- Translations included for English, Spanish (Spain), and Spanish (Argentina).
🗒️ Notes
- Requires Minecraft Forge 1.20.1 (loader
[47,)). - Mod version:
1.0-1.20.1.
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:4R2DCpKc:PJEgmwuA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4R2DCpKc:PJEgmwuA"
}

