Add a compatibility recipe for haunting Farmer's Delight tomatoes
This commit is contained in:
parent
2adad077a9
commit
f82ae785ef
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "farmersdelight"
|
||||
}
|
||||
],
|
||||
"type": "create:haunting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "farmersdelight:tomato"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "farmersdelight:rotten_tomato"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue