ModGPL-3.0-only
ExplosiveCows
A (cursed) mod that makes cows explode!
80
Downloads
1
Followers
2 months ago
Updated
📦
2
Versions
📖About ExplosiveCows
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.