added tools

This commit is contained in:
Jottyfan
2024-11-23 19:31:37 +01:00
parent 7993693d9c
commit 6d2c1967fa
54 changed files with 1482 additions and 43 deletions

View File

@@ -2,12 +2,12 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"obo",
"ooo"
],
"key": {
"o": "quickiemod:speedingot",
"s": "minecraft:barrel"
"b": "minecraft:barrel"
},
"result": {
"id": "quickiemod:itemhoarder",

View File

@@ -2,12 +2,12 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"oco",
"ooo"
],
"key": {
"o": "quickiemod:speedingot",
"s": "c:chests"
"c": "minecraft:chest"
},
"result": {
"id": "quickiemod:itemhoarder",

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"ss",
"s|",
" |"
],
"key": {
"s": "quickiemod:quickieingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:quickiepowderaxe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"ss",
" |",
" |"
],
"key": {
"s": "quickiemod:quickieingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:quickiepowderhoe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"sss",
" | ",
" | "
],
"key": {
"s": "quickiemod:quickieingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:quickiepowderpickaxe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"s",
"|",
"|"
],
"key": {
"s": "quickiemod:quickieingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:quickiepowdershovel",
"count": 1
}
}

View File

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

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"ss",
"s|",
" |"
],
"key": {
"s": "quickiemod:speedingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:speedpowderaxe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"ss",
" |",
" |"
],
"key": {
"s": "quickiemod:speedingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:speedpowderhoe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"sss",
" | ",
" | "
],
"key": {
"s": "quickiemod:speedingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:speedpowderpickaxe",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "tools",
"pattern": [
"s",
"|",
"|"
],
"key": {
"s": "quickiemod:speedingot",
"|": "minecraft:stick"
},
"result": {
"id": "quickiemod:speedpowdershovel",
"count": 1
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:water_bucket",
"quickiemod:quickiepowderhoe"
],
"result": {
"id": "quickiemod:quickiepowderwaterhoe",
"count": 1
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:water_bucket",
"quickiemod:speedpowderhoe"
],
"result": {
"id": "quickiemod:speedpowderwaterhoe",
"count": 1
}
}