A (cursed) mod that makes cows explode!
Explosive Cows is a Minecraft Fabric mod that lets you set cows on fire… or make them explode! You can toggle world destruction caused by cows with an in-game command, and the settings are saved in a JSON config file.
config/explosivecows.json./explosivecows worldDestruction <true|false>Enable or disable destructive explosions caused by cows.
Example:
/explosivecows worldDestruction true
Feedback is shown in chat and logged in the server console.
The mod stores its settings in a JSON config file:
config/explosivecows.json
Example content:
{
"worldDestruction": true
}
worldDestruction: true or false — controls whether cows cause world destruction.Changes made via command are saved automatically to the config file.
explosivecows-[version].jar in the mods folder.