Simple Gunpowder by 3CTeam
Create a server, get 25% off your first month

Simple Gunpowder
Adds gunpowder recipes and villager trades, including a bulk recipe for large amounts of gunpowder โ ideal for fireworks and TNT, without relying on creeper farms or mob grinding.

โก Features
๐งช Crafting Recipes
Four configurable gunpowder recipes are included:
| Recipe | Output |
|---|---|
| Small | 4 Gunpowder |
| Medium | 6 Gunpowder |
| Large | 10 Gunpowder |
| Industrial | 32 Gunpowder |
Each recipe can be individually enabled or disabled through the configuration file.
๐งโ๐พ Villager Trades
- Novice Fletcher & Cleric villagers can sell gunpowder.
- Trade cost and 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,
"enableIndustrialCrafting": true,
"enableTrades": true,
"tradeEmeraldCost": 2,
"tradeGunpowderAmount": 10
}
๐ฆ Requirements
Fabric
- Fabric API
- (+26.X) Java 25 or newer
NeoForge
- (+26.X) Java 25 or newer
๐ License
This project is licensed under the MIT License.