Farmer's delight support #562
Replies: 7 comments 2 replies
-
Here's a data pack thing to help get Farmer's Delight support started (not sure if intermediate ingredients belong on the GENERAL list, though. If not, remove "rice" and "milk_bottle" from the top of the general list and remove "rice_panicle" from the top of the ingredients list): { But there's also still this special cooking appliance that Farmer's Delight adds called a Cooking Pot. It's like a Crafting Table combined with a Furnace and has a slot for Bowls or Glass Bottles to go in. It would be cool if the Cooking Table could insert items into the Cooking Pot like it does with the Oven. The only other things I know of that you might possibly add support for are the Stove and the Cutting Board. The Stove is just a Campfire that holds 6 items instead of 4. But Cooking for Blockheads doesn't support the vanilla Campfire, so maybe it doesn't make sense to support the Farmer's Delight Stove. The other thing is the Cutting Board. You can place one of the many cakes or a pumpkin or a melon on the Cutting Board and click it with a knife to cut it into slices. Not sure how important supporting the Cutting Board is. Might be kind of cool though to craft a cake and immediately send it to the cutting board. |
Beta Was this translation helpful? Give feedback.
-
The cutting board is actually required for many of the cooking recipes, it's not just for slicing stuff. |
Beta Was this translation helpful? Give feedback.
-
Basic support has been added via #542, but I'm not really sold on supporting the special crafting blocks yet. It feels like it kind of defeats the point of Farmer's Delight to just have its in-world crafting be performed automatically. Moving this over to Discussions for now. |
Beta Was this translation helpful? Give feedback.
-
Sad to see this got forgotten. If it's still on the table: Even if the chopping block and grill aren't supported, the cooking pot really ought to be. It's not really much different than a crafting table or furnace. All you do is put the ingredients in a menu and wait for it to cook, which might as well be done via the cooking table. Though I'd argue that the user should still have to retrieve the finished product with a bowl directly from the pot. |
Beta Was this translation helpful? Give feedback.
-
I noticed that Also I think it'd be awesome for Farmer's Delight to be better supported by this mod especially given that it seems to be larger than Pam's HarvestCraft 2. Is there any way I could help add it if wanted? |
Beta Was this translation helpful? Give feedback.
-
fix this pls. |
Beta Was this translation helpful? Give feedback.
-
KubeJS worked surprisingly well for this. Single ingredient cooking and brewing recipes can be converted to the vanilla furnace cleanly, and single-item output recipes to the crafting table. Where this falls short is multiple ingredient cooking/brewing recipes and multi-item output cutting recipes. The former can only be converted to crafting recipes because of the furnace's limitation to a single input, and the latter have to lose all their extra outputs. I have no idea how much work it would be to implement a version of the crafting counter and stove that can accept multiple items on input and return multiple items (some at a probability) on output, but if that were done KubeJS could be used to add pretty much arbitrary compatibility with any mod. |
Beta Was this translation helpful? Give feedback.
-
Support for Farmer's Delight would be really cool, but it seems like it would need a custom module to support the special crafting blocks it uses. To me it's the best cooking mod out there though, so I think it'd be worth it.
Beta Was this translation helpful? Give feedback.
All reactions