added salpeter, sulphor, levelup and pencil items

This commit is contained in:
2020-07-24 22:58:57 +02:00
parent df4daa0197
commit 888e39604b
18 changed files with 182 additions and 6 deletions

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:coal"
},
{
"item": "quickiefabric:sulphor"
},
{
"item": "quickiefabric:salpeter"
}
],
"result": {
"item": "minecraft:gunpowder",
"count": 1
}
}

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "quickiefabric:speedpowder"
}
],
"result": {
"item": "quickiefabric:levelup",
"count": 1
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"| ",
" c"
],
"key": {
"c": {
"item": "minecraft:coal"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "quickiefabric:pencil",
"count": 4
}
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"| ",
" c"
],
"key": {
"c": {
"item": "minecraft:charcoal"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "quickiefabric:pencil",
"count": 4
}
}