mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 06:51:56 +01:00
Remove invalid recipe. It seems BoP has removed this item
This commit is contained in:
parent
97aba40cb4
commit
1b040658e4
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"type": "forge:mod_loaded",
|
|
||||||
"modid": "biomesoplenty"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "create:cutting",
|
|
||||||
"ingredients": [
|
|
||||||
{
|
|
||||||
"item": "biomesoplenty:ethereal_log"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"item": "biomesoplenty:stripped_ethereal_log",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"processingTime": 50
|
|
||||||
}
|
|
Loading…
Reference in a new issue