This commit is contained in:
17
src/main/resources/data/quickiemod/recipe/shaped_drill.json
Normal file
17
src/main/resources/data/quickiemod/recipe/shaped_drill.json
Normal 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
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:drill"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:drilleast",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:drilleast"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:drillsouth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:drillnorth"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:drill",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:drillsouth"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:drillwest",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:drillwest"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:drillnorth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user