DreamCasLib: API Library for Impact Waves in Minecraft

What DreamCasLib Does for MCreator Modders If you build custom mobs, bosses, and combat abilities in Minecraft, you often need a small, dependable toolkit behind the scenes. DreamCasLib is positioned as exactly that: a lightweight API-style mod aimed at MCreator creators who want flashy ground at...

Download DreamCasLib for Minecraft 1.20.1

Original name: DreamCasLib

Minecraft: 1.20.1

Loaders: Forge

FileVersionLoaderSize
DreamCasLib 1.0.0 - 1.20.1.jar1.20.1Forge29 КБDownload
DreamCasLib 1.0.1 - 1.20.1.jar1.20.1Forge38 КБDownload

What DreamCasLib Does for MCreator Modders

If you build custom mobs, bosses, and combat abilities in Minecraft, you often need a small, dependable toolkit behind the scenes. DreamCasLib is positioned as exactly that: a lightweight API-style mod aimed at MCreator creators who want flashy ground attacks, crowd control, and reusable effects without rebuilding everything from scratch. Think of it less as a content drop players install for “one more sword” and more as crafting glue for your own mod ideas—Impact Wave-style ruptures, a stun status, and a player-focused variant called Seismic Wave.

Why an API Mod Still Matters in Modern Versions

Minecraft updates keep reshaping biomes, blocks, and mechanics, but the need for shared utilities stays constant. When several of your mods rely on the same attack shape or effect logic, duplicating procedures becomes brittle. A library mod gives you one place to summon a consistent wave entity, apply a named effect, and iterate on bosses across versions. That is the practical “why” behind DreamCasLib: fewer repeated steps in MCreator procedures, clearer tags and commands you can drop into spawn events or tick updates, and room for the author to extend the feature set over time.

Impact Wave: Rip Up the Ground and Hit What Moves

Impact Wave is the headline trick. It sends a destructive pulse along the ground that can toss blocks upward while also threatening entities—or the player—caught in its path. For map makers and modders, that reads like a custom cleave or shockwave you would script for a miniboss arena, a guardian golem, or a wave-based dungeon room. Because it can damage along its route, you can pair it with telegraphed wind-up animations, redstone cues, or particle flourishes so players learn to respect the attack pattern.

Setting it up in MCreator follows a tag-and-summon rhythm. First, ensure the mob or boss you control carries an owner tag so your procedures know which entity is issuing the wave. In a procedure such as execute command in the name of the event or target entity, merge tags on spawn or during a tick update, for example using a data merge on the entity so it carries the owner marker. Then, from the attacker’s procedure, summon the Impact Wave relative to its facing or position, adjusting forward offset to control where the rupture begins; the offset you choose sets how far in front the wave spawns, which is how you tune melee-range swings versus longer shock lines.

Stun as a Simple, Callable Effect

Alongside area attacks, DreamCasLib adds a stun-style effect you can treat like any vanilla potion effect in command form. That makes it easy to chain into combat: land Impact Wave, apply dreamcaslib stun for a chosen duration, then let your custom AI advance while the target recovers. Because duration is configurable, you can balance short staggers for PvE trash packs or dramatic freezes on story bosses without hard-coding separate slowdown procedures for every encounter.

Seismic Wave: The Player-Friendly Mirror

Seismic Wave mirrors Impact Wave’s fantasy for player characters. If you want symmetrical mechanics—bosses that slam the arena while heroes answer with their own groundbreaker—you can keep both sides visually and mechanically aligned. That symmetry helps readability, because players recognize the shape of the attack even when the source flips between mob and player.

Distributing library-style mods is simpler when your players use a launcher built for modded workflows. Pack authors who already bundle APIs with content mods may appreciate that this mod can be easily installed via the foxygame.net launcher—a convenient, flexible, and modern Minecraft launcher where you can pull mods straight from the menu, which keeps dependency stacks tidy when you are iterating on MCreator builds across servers.

Tips for Balancing and Server Safety

  • Match range to readability: Longer forward spawns look epic but need clear wind-up; short offsets feel fair in tight corridors.
  • Watch friendly fire: Because waves can hurt players, structure arenas with warning zones or disable player damage in safe phases if your server rules demand it.
  • Iterate on tick placement: Running tag merges on initial spawn versus entity tick changes how reliably the owner tag sticks during summons.
  • Pair with version checks: Library mods evolve; note the Minecraft version your MCreator workspace targets before publishing to modpacks.

Where the Project Is Headed

The author signals that more features may arrive and invites ideas from the community—think additional utility effects, safer defaults, or helper procedures tailored to common MCreator patterns. If you adopt DreamCasLib early, you are essentially betting on a growing toolbox rather than a single gimmick.

Conclusion

DreamCasLib packages focused combat utilities for MCreator authors who want reusable shockwaves, a command-friendly stun, and a player parallel in Seismic Wave. Treat Impact Wave as your signature ground burst, wire it with consistent owner tagging and summon offsets, and use stun durations to pace fights without reinventing crowd control every time you craft a new boss. Stay aligned with your Minecraft version, test on a staging server, and you will have a cleaner path from prototype mob to polished encounter.