AkatZumaTool

Quick rating

AkatZumaTool

No reviews yet

I added some simple visual effects to the homemade gadgets, such as electromagnetic cannon beams and tracking flying swords, using GPU particles and shader.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
akatzumatool-forge-0.0.6.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

About

AkatZumaTool is a lightweight weapon mod for Minecraft that uses a custom rendering pipeline to deliver flashy visual effects.


All beams, lightning, and explosion particles are rendered in real-time via custom Shaders, supporting up to hundreds of thousands of particles for a greatly enhanced visual experience.

Note: The GPU particle and post-processing systems require OpenGL 4.3 (satisfied by most discrete GPUs).

New Items

Item Description
Coin Right-click and hold to charge, release to fire a piercing beam. Consumable item. Max range 50 blocks, damage 20.
Colorful Coin Enhanced version of the Coin with 256 durability. Enchantable, max range 60 blocks, damage 40. The beam can also break blocks.
Fly Sword Right-click on a block to summon 2 auto-targeting flying swords. Persistent entities that automatically follow and attack monsters, with a trailing visual effect.
other Github Wiki

coin.JPG coin2.JPG 1.jpg 2.jpg bow3.jpg

Additional Features

✨ GPU Particle System (Compute Shader)

  • Engine: OpenGL 4.3 Compute Shader + SSBO
  • Capacity: Up to 100,000 particles, updated primarily on the GPU
  • Particle Shapes: Circle, Square, Triangle, Heart, Star
  • Motion: Ballistic trajectory, gravity control, color gradient
  • Use Cases:
    • Coin full-charge convergence particles
    • Magic arrow trails
    • Impact explosion bursts
    • Meteor strikes
    • Ground expanding rings
    • Super charge final explosion

🌟 Bloom Post-Processing Pipeline

  • MRT FBO: Separates the visible color pass from the Bloom glow pass
  • Gaussian Blur: 3-iteration ping-pong blur
  • Final Composite: Original scene + mod effects + Bloom glow overlay
  • Adaptive Resolution: FBOs automatically rebuild on window resize

⚡ Custom Beam & Lightning Rendering

  • Beams: 3D beams formed by two perpendicular quads, with fbm noise arc disturbance and blue-white / yellow-red color schemes
  • Lightning: Real-time branching lightning (3–8 branches) generated during charging, with exponential decay kernel + Bloom glow
  • Sword Trail: 6-frame dynamic ribbon effect based on the Ribbon algorithm

🤝 Mod Integration

  • Touhou Little Maid: Registers a ranged attack task (Railgun) so maids can automatically equip and throw coins as a ranged weapon — no extra configuration needed.

⚙️ Configurability

Most numerical values can be adjusted via config/Akatzumatool/akatzumatool.toml:

Config Key Description
Coin / Colorful Coin Damage, range, full-charge time
Fly Sword Search range, attack damage
Terrain Destruction Whether beams can break terrain (respects FTB Chunks claims)

Wiki & Feedback: Github

About

AkatZumaTool is a lightweight weapon mod for Minecraft that uses a custom rendering pipeline to deliver flashy visual effects.


All beams, lightning, and explosion particles are rendered in real-time via custom Shaders, supporting up to hundreds of thousands of particles for a greatly enhanced visual experience.

Note: The GPU particle and post-processing systems require OpenGL 4.3 (satisfied by most discrete GPUs).

New Items

Item Description
Coin Right-click and hold to charge, release to fire a piercing beam. Consumable item. Max range 50 blocks, damage 20.
Colorful Coin Enhanced version of the Coin with 256 durability. Enchantable, max range 60 blocks, damage 40. The beam can also break blocks.
Fly Sword Right-click on a block to summon 2 auto-targeting flying swords. Persistent entities that automatically follow and attack monsters, with a trailing visual effect.
other Github Wiki

51b018b0739f806422988ada34b0504a7643c5d9.jpeg 09fe5ff6d7f3567d57470cdc311c9fca9b3b6eff.jpeg

a1396a23311a38428039e91ce04aa9f0c8d86547.jpeg 853962cb0ef8946e34ec41c4cfdf7c9d18a294de.jpeg

d7ef33f178d4f5179e10f1ccec3911ea052d1241.jpeg 8031a29bd5c45012bbdd35b28caaaee533d66066.jpeg

1575efd2406deef64bea81a225d18077869fc488.jpeg 11179d072bab0b715a9c076ed908baa887c3cd99.jpeg

Additional Features

✨ GPU Particle System (Compute Shader)

  • Engine: OpenGL 4.3 Compute Shader + SSBO
  • Capacity: Up to 100,000 particles, updated primarily on the GPU
  • Particle Shapes: Circle, Square, Triangle, Heart, Star
  • Motion: Ballistic trajectory, gravity control, color gradient
  • Use Cases:
    • Coin full-charge convergence particles
    • Magic arrow trails
    • Impact explosion bursts
    • Meteor strikes
    • Ground expanding rings
    • Super charge final explosion

🌟 Bloom Post-Processing Pipeline

  • MRT FBO: Separates the visible color pass from the Bloom glow pass
  • Gaussian Blur: 3-iteration ping-pong blur
  • Final Composite: Original scene + mod effects + Bloom glow overlay
  • Adaptive Resolution: FBOs automatically rebuild on window resize

⚡ Custom Beam & Lightning Rendering

  • Beams: 3D beams formed by two perpendicular quads, with fbm noise arc disturbance and blue-white / yellow-red color schemes
  • Lightning: Real-time branching lightning (3–8 branches) generated during charging, with exponential decay kernel + Bloom glow
  • Sword Trail: 6-frame dynamic ribbon effect based on the Ribbon algorithm

🤝 Mod Integration

  • Touhou Little Maid: Registers a ranged attack task (Railgun) so maids can automatically equip and throw coins as a ranged weapon — no extra configuration needed.

⚙️ Configurability

Most numerical values can be adjusted via config/Akatzumatool/akatzumatool.toml:

Config Key Description
Coin / Colorful Coin Damage, range, full-charge time
Fly Sword Search range, attack damage
Terrain Destruction Whether beams can break terrain (respects FTB Chunks claims)

Wiki & Feedback: Github

Screenshots

Gallery

  • demo
    demo
  • coin2
    coin2
  • bow2
    bow2
  • bow1
    bow1 Arrow with particle effect
  • coin
    coin
  • Dimensional Slash
    Dimensional Slash
  • sword3
    sword3
  • sword4
    sword4
  • Batto slash
    Batto slash
  • 0.0.4
    0.0.4
  • bow3
    bow3

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works