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



Four configurable gunpowder recipes are included:
| Recipe | Output |
|---|---|
| Small | 4 Gunpowder |
| Medium | 6 Gunpowder |
| Large | 10 Gunpowder |
| Large Sulfur | 14 Gunpowder |
| Industrial | 32 Gunpowder |
| Potent Sulfur | 48 Gunpowder |
Each recipe can be individually enabled or disabled through the configuration file.
Novice Fletcher and Cleric villagers can offer the following trades:
| Wants | Gives |
|---|---|
| 2 Emeralds | 10 Gunpowder |
| 1 Sulfur + 1 Cinnabar | 6 Gunpowder |
After launching the game once, a configuration file will be generated:
config/simplegunpowder.json
Available options:
{
"enableSmallCrafting": true,
"enableMediumCrafting": true,
"enableLargeCrafting": true,
"enableIndustrialCrafting": true,
"enableLargeSulfurRecipe": true,
"enablePotentSulfurRecipe": true
}
This project is licensed under the MIT License.