Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platforms
Supported environments
Server-side
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published yesterday
Simple Gunpowder
A lightweight Fabric mod that adds alternative gunpowder acquisition methods through crafting recipes and villager trades.
Designed for survival worlds that need a balanced way to obtain gunpowder without relying entirely on creeper farms or mob grinding.


⚡ Features
🧪 Crafting Recipes
Three configurable gunpowder recipes are included:
| Recipe | Output |
|---|---|
| Small | 4 Gunpowder |
| Medium | 6 Gunpowder |
| Large | 10 Gunpowder |
Each recipe can be individually enabled or disabled through the configuration file.
🧑🌾 Villager Trades
Novice villagers can sell gunpowder:
- Fletcher
- Cleric
Trade cost and gunpowder amount are configurable.
⚙️ Configuration
After launching the game once, a configuration file will be generated:
config/simplegunpowder.json
Available options:
{
"enableSmallCrafting": true,
"enableMediumCrafting": true,
"enableLargeCrafting": true,
"enableTrades": true,
"tradeEmeraldCost": 2,
"tradeGunpowderAmount": 10
}
📦 Requirements
- Fabric API
- Java 21 or newer
📜 License
This project is licensed under the MIT License.


