Remove test recipes
This commit is contained in:
parent
e4136f547d
commit
64323a061b
4 changed files with 0 additions and 69 deletions
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 10,
|
||||
"time": 123,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:dirt",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 10,
|
||||
"time": 123,
|
||||
"ingredients" : [
|
||||
{
|
||||
"fluid": "minecraft:water",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 10,
|
||||
"time": 123,
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "minecraft:wool"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue