Compatibility
Minecraft: Java Edition
1.21.8–1.21.10
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Explosive Cows
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.
Features
- Toggle worldDestruction mode for explosive cows using a command.
- Persistent configuration stored in
config/explosivecows.json. - Server-side only (no client-side installation required).
- Easy to extend for additional cow behaviors.
Commands
/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.
Configuration
The mod stores its settings in a JSON config file:
config/explosivecows.json
Example content:
{
"worldDestruction": true
}
worldDestruction:trueorfalse— controls whether cows cause world destruction.
Changes made via command are saved automatically to the config file.
Installation
- Install Fabric Loader for your Minecraft version.
- Install Fabric API.
- Place
explosivecows-[version].jarin themodsfolder. - Start the server or singleplayer world.


