forked from copygirl/heck
- Create - Farmer's Respite - Supplementaries - Tinkers' Constructcarryon-pedestal
parent
2f30781c75
commit
b6054ca261
4 changed files with 37 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
{ |
||||||
|
"modid": "create", |
||||||
|
"foods": { |
||||||
|
"INGREDIENTS": [ |
||||||
|
"create:dough" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
{ |
||||||
|
"modid": "farmersrespite", |
||||||
|
"foods": { |
||||||
|
"GENERAL": [ |
||||||
|
"farmersrespite:coffee_cake", |
||||||
|
"farmersrespite:rose_hip_pie" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,8 @@ |
|||||||
|
{ |
||||||
|
"modid": "supplementaries", |
||||||
|
"foods": { |
||||||
|
"GENERAL": [ |
||||||
|
"supplementaries:pancake" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,12 @@ |
|||||||
|
{ |
||||||
|
"modid": "tconstruct", |
||||||
|
"foods": { |
||||||
|
"GENERAL": [ |
||||||
|
"tconstruct:earth_cake", |
||||||
|
"tconstruct:sky_cake", |
||||||
|
"tconstruct:blood_cake", |
||||||
|
"tconstruct:ender_cake", |
||||||
|
"tconstruct:magma_cake" |
||||||
|
] |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue