added speed powder shears

This commit is contained in:
Jottyfan
2024-06-13 20:33:20 +02:00
parent a757dce854
commit cc17c5b0c5
10 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"values": [
"quickiemod:speedpowdershears"
]
}

View File

@ -0,0 +1,5 @@
{
"values": [
"quickiemod:speedpowdershears"
]
}

View File

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"quickiemod:blocksalpeter"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "quickiemod:blocksalpeter"
}
}
},
"requirements": [
[
"has_the_recipe"
]
]
}

View File

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
" #",
"# "
],
"key": {
"#": {
"tag": "quickiemod:stub"
}
},
"result": {
"id": "quickiemod:speedpowdershears"
}
}