mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
Add a compatibility recipe for haunting Farmer's Delight tomatoes
This commit is contained in:
parent
2adad077a9
commit
f82ae785ef
@ -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 New Issue
Block a user