drill added

This commit is contained in:
Jottyfan
2024-06-11 22:56:21 +02:00
parent 9299dc39f1
commit a757dce854
46 changed files with 1101 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"q q",
"dqd",
" d "
],
"key": {
"q": {
"item": "quickiemod:quickieingot"
},
"d": {
"item": "minecraft:diamond"
}
},
"result": {
"id": "quickiemod:drill",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"s": {
"item": "quickiemod:speedingot"
},
"o": {
"item": "minecraft:obsidian"
}
},
"result": {
"id": "quickiemod:drillstop",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:drillwest"
}
],
"result": {
"id": "quickiemod:drillnorth",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:drill"
}
],
"result": {
"id": "quickiemod:drilleast",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:drillnorth"
}
],
"result": {
"id": "quickiemod:drill",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:drilleast"
}
],
"result": {
"id": "quickiemod:drillsouth",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiemod:drillsouth"
}
],
"result": {
"id": "quickiemod:drillwest",
"count": 1
}
}