DragonsPlusMinecraft / CreateCentralKitchen

An add-on for Create, offering more tools and methods to automate food processing of other mod.
https://modrinth.com/mod/create-central-kitchen
MIT License
22 stars 12 forks source link

Deployer and pot #9

Closed albertosaurio65 closed 1 year ago

albertosaurio65 commented 1 year ago

Minecraft Version

1.19.2

Describe the Bug

Deployer problem:

The arm does not put ingredients in the pot or on the grill

Whatever you put, never introduce the ingredients, even when the recipe is selected on the burner, Take out yes, take out everything inside

Manually Yes I can introduce the food and put meat on the grill

I have tried using funnels to introduce but it doesn't work either

Pot problem:

The tomato sauce, for example, as it requires the tomatoes in different slots, does not work, it would have to be placed in different autos or modified so that it works only in a slot

If is necesary, i can record a video

Reproduction Steps

1.place output in the pot and input of the basket 2.put ingredients in the basket 3.nothing occurs

1.put the basket input and the burner output with nothing on it 2.put meat in the basket 3.nothing occurs

Expected Result

That the ingredients were put in automatically

Let the tomato sauce be made

Screenshots and Videos

image image image 2023-02-11_23 20 34 image image

Crash Report or Log

No response

Other Mods

Create 0.5i

Mod Version

create_central_kitchen-1.19.2-for-create-0.5.0.i-1.1.0

Forge Version

Forge 43.2.4

RaymondBlaze commented 1 year ago
  1. (Invalid) Mechanical Arm (and Deployer, whose support is not actually provided by us, I guess you're just using the wrong name) can put ingredients to Blaze Stove or FD's Stove.
  2. (Enhancement) The Tomato Sauce is real problem, these kind of recipe with same ingredients won't work well if there's only 1 slot of items to input, as the Mechanical Arm's logic is to extract all items in 1 slot and try inserting them elsewhere. I will be looking into this, though currently I can't really come up with an applicable strategy that won't affect other use cases. For now, use the mixing recipes provided by FD or Central Kitchen for the Tomato Sauce.
  3. (Invalid) The Cabage Roll automation you're trying to achieve actually did one thing wrong: the Mechanical Arm checks the exact item in the slot, not the ingredient the recipe needed. The reason for this kind of design is simple: though different items could all be used as ingredients, they simply don't stack in one slot. All you need to do is to change your Cooking Guide's config to not using Pork but Salmon instead.

I'll leave this open as 2 is not resolved. As for the misleading wording (deployer, grill, burner), I suggest you changing them for others to understand this issue better. Please let me know if I'm misunderstanding about those words.