Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 11 months ago
All versions
1.2.0-beta
Beta
Zapinators v1.2.0 Beta for Fabric 1.21.411 months ago 143
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
v1.2.0-beta:
- Added Star Cannon, a weaponized version of Falling Stars.
- Crafted with Meteorite Ingots and Fallen Stars.
- Uses Fallen Stars as ammunition and does not require mana.
- Deals insane amount of damage and pierces through infinite amount of entites (NOTE: Deals only quarter of the damage to players).
- If a star shot from Star Cannon collides with a block without hitting an entity, it drops a Fallen Star.
- Added Bee Core. Obtained via beekeeping and it's used to craft Bee Armor and Bee Gun
- Added Bee Armor.
- Crafted with honeycomb and Bee Core.
- Full set bonus: Spawns bees when the wearer is damaged.
- Each piece of Bee Armor worn grants +10% damage boost (40% max) to any bees the wearer spawns.
- Added Block of Star, a decorative way to use your excessive fallen stars.
- Bee changes.
- Adjusted update frequency to eliminate laggy movement.
- Nerfed bees' ability "stun-lock".
- Removed bees' ability to knockback. (With a config option to turn it on)
- Increased bee damage. (0.5->1.0)
- Adjusted bee behavior to not attack team members.
- Other small tweaks to make bees feel more balanced.
- Falling Star changes.
- Falling Star drop chance is now calculated for each player, making it more equal.
- Updated Falling/Fallen Star particle visuals.
- Added new config options.
- Enable Mana Refill Sound option. (ON by default)
- Bees Apply Knockback option. (OFF by default)
- Fallen Star Drop Rate Multiplier option.
- Damage Multiplier config options for all weapon types.
- Reduced mana cost for Bee Gun. (12->8)
- Increased Laser Rifle damage (1.5->4.0) and reduced mana cost (10->6).
- All lasers are now slightly faster.
- Lasers now have better collision with the blocks.
- Wand of Sparking projectiles now have less gravity and travel much further.
- Meteors are now much rarer.
- Zapinator Smithing Templates now have a chance to spawn in trial chambers and bastion treasures.
- Fixed Meteorite Helmet's horns being absent.
- Disabled world saving for all projectiles.
- Bugfixes and improvements.
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:sGDU1Noc:bLGz2K5D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGDU1Noc:bLGz2K5D"
}

