Remove test recipes

This commit is contained in:
modmuss50 2019-08-07 00:27:13 +01:00
parent e4136f547d
commit 64323a061b
4 changed files with 0 additions and 69 deletions

View file

@ -1,17 +0,0 @@
{
"type": "techreborn:grinder",
"power": 10,
"time": 123,
"ingredients" : [
{
"item": "minecraft:dirt",
"count": 2
}
],
"results" : [
{
"item": "minecraft:diamond",
"count": 4
}
]
}

View file

@ -1,19 +0,0 @@
{
"type": "techreborn:grinder",
"power": 10,
"time": 123,
"ingredients" : [
{
"item": "minecraft:diamond_sword",
"nbt": {
"Damage": 2
}
}
],
"results" : [
{
"item": "minecraft:diamond",
"count": 4
}
]
}

View file

@ -1,17 +0,0 @@
{
"type": "techreborn:grinder",
"power": 10,
"time": 123,
"ingredients" : [
{
"fluid": "minecraft:water",
"holder": "techreborn:cell"
}
],
"results" : [
{
"item": "minecraft:diamond",
"count": 4
}
]
}

View file

@ -1,16 +0,0 @@
{
"type": "techreborn:grinder",
"power": 10,
"time": 123,
"ingredients" : [
{
"tag": "minecraft:wool"
}
],
"results" : [
{
"item": "minecraft:emerald",
"count": 2
}
]
}