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,6 @@
{
"parent": "item/paper",
"textures": {
"layer0": "quickiefabric:item/levelup"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/stick",
"textures": {
"layer0": "quickiefabric:item/pencil"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "quickiefabric:item/salpeter"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "quickiefabric:item/sulphor"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

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
}
}