Recipe for gunpowder
This commit is contained in:
parent
ae691fcfc5
commit
3e441a7aed
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:charcoal_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:sulfur_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:saltpeter_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:saltpeter_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gunpowder",
|
||||
"count": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue