Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Projectiles Break Dripstone
Dripstone is broken when it is hit by projectiles.
Features
- Pointed dripstone is broken when it is his by projectile entities in the
projectilesbreakdripstone:break_dripstone_projectiles
tag.- By default, this tag includes the
minecraft:impact_projectiles
which includes the following projectiles:- Arrows (all types)
- Firework rockets
- Fireballs
- Small fireballs
- Eggs
- Tridents
- Dragon fireballs
- Wither skulls
- Wind charges
- Breeze wind charges
- By default, this tag includes the
- Mod config may be modified in realtime using the config GUI (requires Mod Menu).
- Server mod config may be modified by clients who meet permission requirements set in the server mod config.
- This mod may be run solely on the server (client-side installation of this mod is not required on servers with this mod installed).
Supported Platforms
Projectiles Break Dripstone is currently available for Fabric on Minecraft: Java Edition version 1.21.
Installation
Prerequisites
- JRE/JDK 21
- Minecraft: Java Edition version 1.21
- Fabric Loader
- Fabric API
- Mod Menu (optional)
Obtaining the Projectiles Break Dripstone mod file .jar
- Download the Projectiles Break Dripstone mod file
.jar
from Modrinth.
Installing the Projectiles Break Dripstone mod file
Once you have the Projectiles Break Dripstone mod file .jar
, move it into the mods
folder in your Fabric Loader installation folder.
For more information on installing Fabric mods, check out these Fabric Player Guides.
Configuration
Config GUI (requires Mod Menu)
If the Mod Menu mod is installed, the config GUI may be accessed through Main Menu or Game Menu > Mods > Projectiles Break Dripstone > Configure...
. If connected to a server (LAN or dedicated), permission to modify the config from the config GUI may be limited depending on the server config.
Changes are applied and saved to the config file immediately if the config is modified from the config GUI (the Minecraft client or server does not need to be restarted).
Config file
The config file should be stored with the filename projectilesbreakdripstone.json
in the folder config
in the Minecraft installation or server folder. To reload the config from the config file, the Minecraft client or server needs to be restarted.
If the config file is not present, the mod will revert to the default config.
Default config
projectilesbreakdripstone.json
{
"enabled": true,
"customizer_client": "op",
"any_client_can_read_config": false
}
Config members
If any of these members are missing, the mod will use the default value for that member.
enabled
(true
orfalse
): whether the mod is enabled (whether dripstone breaks when hit by a project entity in theprojectilesbreakdripstone:break_dripstone_projectiles
tag).customizer_client
("none"
,"op"
, or"none"
): when the mod is running on a server (LAN or dedicated), whether anyone, only level 4 operators, or nobody respectively, may modify the config.any_client_can_read_config
(true
orfalse
): when the mod is running on a server (LAN or dedicated), whether anyone may view the config regardless of if they have permission to do so according tocustomizer_client
.
Modifying which projectiles break dripstone
To modify which projectiles break dripstone, another datapack that overrides the projectilesbreakdripstone:break_dripstone_projectiles
tag must be loaded after the fabric
datapack. To load a datapack after the fabric
datapack, run /datapack enable <datapack name> after fabric
. For information on creating datapacks and modifying tags, see the Minecraft Wiki's Data pack and Tag pages.
License
Projectiles Break Dripstone is licensed under GNU LGPLv3. For more information, see the file LICENSE.
Disclaimer
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.