compass direction drills

This commit is contained in:
2021-01-30 18:58:01 +01:00
parent 82e46f6129
commit 44d1e86f13
31 changed files with 640 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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