Freebi85 / Dungeons-Dragons-Space-Shuttles

26 stars 4 forks source link

Bottle of Honey Inconsistency #894

Closed Sixdd6 closed 4 years ago

Sixdd6 commented 4 years ago

The Bottle of Honey that you can get from a Rustic Crushing Tub and Rustic Honeycomb is not usable in the Harvestcraft "Honeycomb Chocolate Bar".

This could be solved easily by adding the oreDict entries from the Animania bottle of honey to the two from Rustic.

Danekjovax commented 4 years ago

Hmm, I didn't remember having that problem back in my "food" playthrough, but perhaps there's a need for a foodDict, as oreDict is more for mined ores/metals? ;2)

Tongue-n-cheek aside, I agree that the recipe should be tweaked to allow the other honey items.

Freebi85 commented 4 years ago

i can't oredict bottles with fluids from rustic because otherwise all bottles in rustic with any content will be assigned to these oredict. no matter what is inside.

The Animania honey bottle is oredicted to honey, because the bottle items in animania are called differently while rustic bottle items are using all the same item tag.

Sixdd6 commented 4 years ago

I did my own oredict entries for myself and I've had no such issues.

<ore:foodHoneydrop>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "honey", Amount: 1000}}));
<ore:foodHoneydrop>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "for.honey", Amount: 1000}}));

<ore:foodHoney>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "honey", Amount: 1000}}));
<ore:foodHoney>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "for.honey", Amount: 1000}}));

<ore:dropHoney>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "honey", Amount: 1000}}));
<ore:dropHoney>.add(<rustic:fluid_bottle>.withTag({Fluid: {FluidName: "for.honey", Amount: 1000}}));

I've used this for a while and the recipe is at least correct in JEI and does work with the new honey bottles, I can't say whether it allows other bottles as well but JEI shows it just as honey.

Freebi85 commented 4 years ago

I had a similar problem with buckets a while ago and people started changing milk buckets to full iridium buckets. Maybe rustic bottles work differently and rustic bottles fluids aren’t that important at all but still, i don’t gonna mess with that im sorry.

Sixdd6 commented 4 years ago

No sweat, thanks for the answer.

On Sat, Jul 4, 2020, 5:15 AM Freebi85 notifications@github.com wrote:

I had a similar problem with buckets a while ago and people started changing milk buckets to full iridium buckets. Maybe rustic bottles work differently and honey isn’t that important at all but still, i don’t gonna mess with that im sorry.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Freebi85/Dungeons-Dragons-Space-Shuttles/issues/894#issuecomment-653747896, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5YO7PH6MAFSAPJWG4DUIDRZ36NFANCNFSM4OMOIHKQ .