Remove gunpowder recipe

This commit is contained in:
Sangelo 2023-06-06 17:16:09 +02:00
parent 9126d7d271
commit 15c822bc22
3 changed files with 1 additions and 27 deletions

View file

@ -1126,10 +1126,6 @@ hash = "b91d4834e09ac7b287e6a83ceb768214a92e7605fbc0fe1bb79119b89a815318"
file = "resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/dark_oak_wood.json"
hash = "09b031197e0a8d12f9f4ac80cfd39ced2c456af8fa1494751c4e5c5b297b8213"
[[files]]
file = "resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/gunpowder.json"
hash = "58e9e5151cee1e7edfe4c22fa7fbb0721659d015a280ac58dad5120fb977f301"
[[files]]
file = "resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/jungle_wood.json"
hash = "c098b19efb7c43c6c5e65eee877c403eb094fae6fd3dab34d241cc398f41d2a7"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "2cb480add4d48c46eb20c75a775a62345ff571fe96f61c4954c081edb1710cfa"
hash = "9ef64aa857fcb7112bdd7c710ef53f1dedb8d6bc4270d59560f6c0e49e887fdb"
[versions]
minecraft = "1.19.2"

View file

@ -1,22 +0,0 @@
{
"type": "crafting_shapeless",
"result": {
"item": "minecraft:gunpowder",
"count": 8
},
"ingredients": [
{
"item": "minecraft:glowstone_powder"
},
{
"item": "minecraft:flint"
},
{
"item": "minecraft:coal"
},
{
"item": "mythicmetals:banglum_dust"
}
],
"group": "sandstone_dyeing"
}