Provides various config options to control explosions
A small mod that provides some config options and tags to control how explosions behave.
TNTUtils can be installed on a server without the clients requiring it.
Note that explosions from other mods are not guaranteed be affected by TNTUtils, unless they use one of the Level.explode overloads.
Current features:
#tntutils:deny_explosions and #tntutils:allow_explosions can be used to disallow or allow certain entity types to create explosions/tag command, not to be confused with entity type tags) tntutils.deny_explosions and tntutils.allow_explosions can be used to disallow or allow individual entities to create explosions#tntutils:explosion_blacklist and #tntutils:explosion_whitelist, respectively. The whitelist takes precedence over the blacklist and over any config option.#tntutils:trigger_blacklist and #tntutils:trigger_whitelist can be used to blacklist or whitelist individual blocks#tntutils:explosion_blacklist and #tntutils:explosion_whitelist can be used to blacklist or whitelist individual entity types#tntutils:explosion_blacklist and #tntutils:explosion_whitelist can be used to blacklist or whitelist individual itemsAll of these features can be toggled in the config file.
You are free to add the mod to a modpack.
TNTUtils is licensed under the MIT license. The Fabric version also includes Fiber for the configuration system, which is licensed under the Apache-2.0 License.