-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Blast | ||
|
||
**Blast** is a Minecraft Fabric mod that allows you to scratch that itch to blow everything up. It adds multiple throwable bombs for different situations. Blast bombs will drop all lootable blocks and do not destroy dropped items; these items however are submitted to the bomb shockwaves (meaning items can go flying if you throw too many bombs into a single spot). | ||
|
||
# Items | ||
|
||
## Bomb | ||
|
||
The simplest and most classic of all bombs this mod has to offer, just to casually blow holes or expedite the mining process. | ||
|
||
- Combing (shapelessly) gunpowder, an iron ingot and a piece of string will grant 4 of them. | ||
- Fuse time of 2 seconds. | ||
- Explosion power of 3. | ||
- Will be defused and drop as an item if inside water. | ||
|
||
## Golden Bomb | ||
|
||
The bomb of those who wish to become rich as the dwarves of old. | ||
|
||
- Combing (shapelessly) gunpowder, a gold ingot and a piece of string will grant 4 of them. | ||
- Fuse time of 2 seconds. | ||
- Explosion power of 3. | ||
- Will be defused and drop as an item if inside water. | ||
- All destroyed blocks are dropped affected by Fortune 3. | ||
|
||
## Diamond Bomb | ||
|
||
An unstoppable explosive with devastating shrapnel that pierce through most materials. | ||
|
||
- Combing (shapelessly) gunpowder, a diamond and a piece of string will grant 4 of them. | ||
- Fuse time of 2 seconds. | ||
- Explosion power of 3. | ||
- Will be defused and drop as an item if inside water. | ||
- Ignores all block explosion resistances, creating wider holes and breaking explosion-proof blocks (except bedrock). | ||
|
||
## Naval Mines | ||
|
||
A contact trigger explosive that can lay waste on the ocean floors. | ||
|
||
- Combing (shapelessly) gunpowder, a prismarine shard and redstone will grant 4 of them. | ||
- No fuse time, explodes on impact. | ||
- Explosion power of 4. | ||
- Will break blocks even underwater. |