added salpeter, sulphor, levelup and pencil items
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/paper",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/levelup"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/stick",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/pencil"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/coal",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/salpeter"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/coal",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/sulphor"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
src/main/resources/assets/quickiefabric/textures/item/pencil.png
Normal file
BIN
src/main/resources/assets/quickiefabric/textures/item/pencil.png
Normal file
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 |
18
src/main/resources/data/quickiefabric/recipes/gunpowder.json
Normal file
18
src/main/resources/data/quickiefabric/recipes/gunpowder.json
Normal 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
|
||||
}
|
||||
}
|
15
src/main/resources/data/quickiefabric/recipes/levelup.json
Normal file
15
src/main/resources/data/quickiefabric/recipes/levelup.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "quickiefabric:speedpowder"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:levelup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
19
src/main/resources/data/quickiefabric/recipes/pencil.json
Normal file
19
src/main/resources/data/quickiefabric/recipes/pencil.json
Normal 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
|
||||
}
|
||||
}
|
19
src/main/resources/data/quickiefabric/recipes/pencil2.json
Normal file
19
src/main/resources/data/quickiefabric/recipes/pencil2.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user