Skip to content

IMB11-Mods/Bombs-Away

Repository files navigation

Bombs Away!

_Tired of those ground-bound players who think they can get by without a glider? It's time to show them who's boss! Take to the skies and rain down destruction with a carpet bombing that'll make them wish they'd taken flight!

Bombs Away is server-sided, players do not have to install the mod to use it on a server that has the mod installed. (If you want to use this on singleplayer worlds, obviously you need it installed.)

By default, bombs can only be dropped from an Elytra or Glider. A config option also allows launching items from the ground.

2.0 also makes TNT require a Flint and Steel in the opposite hand to ignite from the air. This can also be reverted via the config.

Configuration

The configuration for this mod can be found in the bombsaway.toml file in the config folder, or edited ingame via McQoy or QoMC.

# default: true
enabled = true
# default: 10
tickCooldown = 10
# default: c:tools/igniter
tntIgnitersTag = "c:tools/igniter"
items_that_require_ignition = ["tnt"]
# default: true
addForceMultiplier = true

[items_to_entities]
tnt = "tnt"
tnt_minecart = "tnt_minecart"

You can customize which items can be used in the offhand using the tntIgnitersTag config option which corresponds to an item tag. The default item tag is c:tools/igniter and is as follows:

{
  "values": [
    "minecraft:flint_and_steel"
  ]
}

Roadmap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages