Skip to content

How do i use bowls in custom recipes? #964

Closed Answered by vectorwing
itsARprod asked this question in Q&A
Discussion options

You must be logged in to vote

You can follow this page from our wiki:
https://github.com/vectorwing/FarmersDelight/wiki/Cooking-Pot-Recipes

As you're making an add-on, I imagine you have created the item in your output. In that case, you could set its crafting remainder as a bowl on the item properties, and the Cooking Pot will use it by default. For example:
new Item.Properties().craftRemainder(Items.BOWL);

Alternatively, for cooking recipes, you can define the container field, which will tell the Cooking Pot to treat this item as the serving container. This is used in vanilla soups and Stuffed Pumpkin, for example. However, it won't make the meal give that item back; it will only be required to collect a serving fro…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@itsARprod
Comment options

Answer selected by itsARprod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants