
Projectiles Break Dripstone
Expands the tridents break dripstone to other projectiles
- Загрузки
- 1K
- Подписчики
- 14
- Обновлён
- 5 мая 2025 г.
- Лицензия
- LGPL-3.0-only
Опубликован 30 июля 2024 г.
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_projectilestag.- By default, this tag includes the
minecraft:impact_projectileswhich 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 to 1.21.1.
Installation
Prerequisites
- JRE/JDK 21
- Minecraft: Java Edition version 1.21 to 1.21.1
- Fabric Loader
- Fabric API
- Mod Menu (optional)
Obtaining the Projectiles Break Dripstone mod file .jar
- Download the Projectiles Break Dripstone mod file
.jarfrom 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(trueorfalse): whether the mod is enabled (whether dripstone breaks when hit by a project entity in theprojectilesbreakdripstone:break_dripstone_projectilestag).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(trueorfalse): 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.
Disclaimer
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
Ченджлог
1.0.1Релиз1.21, 1.21.1 · 5 мая 2025 г.
Changes
- Expanded support to Minecraft 1.21.1 as well as the previous 1.21
- Expanded support to earliest Fabric Launcher, Fabric API, and Modmenu versions for Minecraft 1.21
- Expanded support to latest Fabric Launcher, Fabric API, and Modmenu versions for Minecraft 1.21.1
1.0.0Релиз1.21 · 31 июля 2024 г.
Additions
- Supports: Minecraft: Java Edition version 1.21, Fabric, Mod Menu
- Requires: Fabric Loader, Fabric API
- Pointed dripstone is broken when it is his by a projectile entity with the
projectilesbreakdripstone:break_dripstone_projectiles- The
projectilesbreakdripstone:break_dripstone_projectilestag consists of theminecraft:impact_projectilestag - The
projectilesbreakdripstone:break_dripstone_projectilescan be overridden by datapacks
- The
- Mod may be configured in realtime through GUI
- This feature requires Mod Menu to be installed
- It may be accessed through
Main Menu or Game Menu > Mods > Projectiles Break Dripstone > Configure...
- It may be accessed through
- On server (LAN or dedicated), client requires permission to modify the config as is defined in
customizer_client(default"op") config member and permission to view the config as is defined inany_client_can_read_config(defaultfalse) config membercustomizer_clientis limited to"any","op"(level 4 operator),"none"
- This feature requires Mod Menu to be installed
- Mod may be run solely server-side
- Mod can be toggled with
enabledconfig member
Комментарии
Загружаем…