File Details
fowevahtools-1.2.0.jar
- R
- Jun 21, 2026
- 3.34 MB
- 6
- 1.20.1
- Forge
File Name
fowevahtools-1.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Fowevah Tools - Nyan Cat Gun Update
Added
- Added the Nyan Cat Gun item.
- Added a custom Nyan Cat projectile entity.
- Added automatic firing while holding right-click.
- Added Nyan Cat bullets that fly forward with no gravity.
- Added impact explosions when bullets hit blocks or entities.
- Added explosion damage to nearby mobs.
- Added direct-hit damage when a bullet hits a mob.
- Added knockback to mobs hit by the explosion.
- Added block-safe explosions that do not damage or destroy blocks.
- Added a rainbow trail behind every Nyan Cat bullet.
- Added a longer and smoother rainbow trail using multiple trail segments per tick.
- Added the Nyan Cat image as the gun texture.
- Added the same Nyan Cat image as the bullet texture, scaled down.
- Added Nyan Gun firing sound.
- Added custom Nyan Gun impact/explosion sound.
- Added Nyan Cat theme playback while holding the Nyan Gun.
- Added client-side looping theme logic so the theme starts while holding the gun and stops when the gun is no longer held.
- Added Nyan Gun crafting recipe.
Recipe
The Nyan Cat Gun can now be crafted with:
- 1 Fire Charge
- 2 Firework Rockets
- 1 Diamond
- 2 Sticks
Recipe shape:
[empty] [Fire Charge] [Rocket]
[Diamond] [Stick] [empty]
[Stick] [empty] [Rocket]
Changed
- Replaced the original placeholder Nyan Gun texture with the provided Nyan Cat image.
- Replaced the original placeholder bullet texture with the provided Nyan Cat image.
- Replaced the placeholder theme sound with the provided Nyan Cat theme.
- Replaced the placeholder impact sound with the provided explosion sound.
- Changed the Nyan Cat projectile to use
ThrowableItemProjectileso it works correctly with Minecraft’s thrown item renderer. - Changed the theme system from repeated server-side sound playback to a client-side looping sound to prevent overlapping audio.
- Improved the rainbow trail so it no longer looks heavily segmented or broken while the bullet is flying.
Technical Changes
- Added
NyanGunItem.java. - Added
NyanCatProjectile.java. - Added
ModEntities.javaregistration fornyan_cat_projectile. - Updated
ModItems.javawithnyan_gunandnyan_cat_bullet. - Updated
ModSounds.javawith Nyan Gun sound events. - Added
ClientModEvents.javarenderer registration for the projectile. - Added
ClientForgeEvents.javafor client-side Nyan Gun theme handling. - Added
NyanGunThemeSound.javafor the looping held-item theme sound. - Added Nyan Gun and Nyan Cat bullet item models.
- Added Nyan Gun and Nyan Cat bullet textures.
- Added Nyan Gun sounds to
sounds.json. - Added the Nyan Gun crafting recipe JSON.
Notes
- The Nyan Gun is inspired by the Garry’s Mod Nyan Cat Gun.
- The projectile explosion damages mobs but intentionally does not damage players or blocks.
- The current gun visual uses the Nyan Cat image directly instead of a 3D model.