Tater-Certified / FabricAutoCrafter

A mod based off of Gnembon's AutoCrafting Mod, but better
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Melons #11

Open manchesterjm opened 4 months ago

manchesterjm commented 4 months ago

This auto crafter does not work with melons, it will not turn slides into melons, it only want to make seeds

QPCrummer commented 4 months ago

Did you try locking the hopper below the autocrafter until it fills up with melons? You can use a comparator to detect when the autocrafter fills up completely.

manchesterjm commented 4 months ago

yep, standard crafting setup. It does not do ingots to gold blocks either, but it does do nuggets to ingots.

QPCrummer commented 4 months ago

Odd. What version of the mod is this? Latest for 1.20.6? I’ll try to have it fixed in the next hour

manchesterjm commented 4 months ago

lastest, ya. Just downloaded it today from modrinth

QPCrummer commented 4 months ago

Ok, I’ll ping you on here when I have a fix. It’s just odd because the main test I do when updating the mod is doing iron -> iron block conversions, and it passed that test

manchesterjm commented 4 months ago

ya, I just tried it with iron ingots to blocks and it isn't working there either. It fills up the table and then just cycles the top left ingot out to the hopper below when the table fills up.

manchesterjm commented 4 months ago

test_two test_one This is what I get when the table is filled. As you can see the nugget to ingot shows an output, but the ingot to block does not.

manchesterjm commented 4 months ago

am I just using it wrong? Is there a way to set the output I want when there are multiple choices for crafting?

QPCrummer commented 4 months ago

You can use an item filter below the autocrafter. That’s what my test uses

QPCrummer commented 4 months ago

But ideally it should work regardless of what item extraction method is being used.

manchesterjm commented 4 months ago

so when there are a lot of choices for crafting, like in the iron ingot case, how do I tell it I want blocks?

QPCrummer commented 4 months ago

You can either use a comparator in subtract mode with a redstone block next to it to detect if the crafter is full, or you can just use a regular item filter to filter only the block.

manchesterjm commented 4 months ago

right, but what if I dont want blocks, what if I want buckets, How do I tell the block to craft buckets, or shears, etc...?

QPCrummer commented 4 months ago

Those recipes get a bit more complicated because you have to insert filler items where air would normally be, then remove those filler items when the recipe is created. This mod doesn’t really want to be a simple autocrafter mod as I personally don’t like how vanilla’s crafter is so simple and overpowered.

manchesterjm commented 4 months ago

ah, ok. I was looking for something that was like the vanilla one that is coming out in 1.20.1

If this is not supposed to be like that then it looks like I need to find a new mod.

Thanks for letting me know.

QPCrummer commented 4 months ago

Yeah, no problem. Thanks for finding that issue though 👍

QPCrummer commented 4 months ago

Ok, this issue should be fixed in the latest release: https://modrinth.com/mod/fabricautocrafter/version/1.0.15

QPCrummer commented 4 months ago

Actually I'm going to reopen this issue cause it seems like there is still some inconsistencies with it not working all of the time