added drill
Some checks are pending
build / build (21) (push) Waiting to run

This commit is contained in:
Jottyfan
2024-11-30 00:31:23 +01:00
parent c5c4c4d8a6
commit f59ceb8883
27 changed files with 653 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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