Powershot Enhanced
ModMIT

Powershot Enhanced

Allows projectiles to break configurable blocks

60
Downloads
3
Followers
2 months ago
Updated
📦
5
Versions

📖About Powershot Enhanced

This mod is heavily inspired by the mod Powershot, I would highly recommend you check out it before installing this.

Powershot Enhanced brings the features from the mod Powershot into later versions(1.21.x), and a few extra features, which can make your projectiles feel like... well actual projectiles

Features include:

  • Projectiles can now break blocks, configurable by a config, projectiles include: arrows, tridents, ender pearls, snowballs, eggs, potions. Only arrows and tridents are enabled by default

  • Tridents can now shoot out of dispensers, just like arrows.

  • The longer you charge a bow, the less accurate it gets.

How to add, remove and disable certain from the config:

  • Find the config file, it should be in the config folder of wherever your Minecraft instance is and it should be called powershotenhanced.json.

  • To add blocks to the config, simply enter it at the breakable_blocks section like this:

    • "minecraft:grass_block": true
  • To allow only certain projectiles to break a certain block, you can replace true with your desired projectile, like this:

    • "minecraft:grass_block": ["arrow", "trident"]
  • To remove a block, just simply delete the block from the file.

  • To fully disable a projectile from breaking blocks, set its value to false at the projectiles_break_blocks section, like this:

    • "arrow": false
    • "trident": true

Dependencies:

Once again, please check out Powershot if you are planning to use this mod. Thanks

Need the plugin version of this mod? Check out: Powershot Enhanced Plugin