Brewin' And Chewin'

Brewin' And Chewin'

9M Downloads

Suggestions about keg pouring recipes

thelegitdolt opened this issue ยท 2 comments

commented

I am trying to add B&C compat with various abnormals modifications. Golden buckets have a variable craftRemainderItem depending on some NBTs.

https://github.com/team-abnormals/caverns-and-chasms/blob/1.20.x/src/main/java/com/teamabnormals/caverns_and_chasms/common/item/GoldenBucketItem.java#L258

It would be cool if, like Farmer's Delight cooking pot recipes, there was a way to automatically use item.craftRemainderItem if no container is specified

https://github.com/vectorwing/FarmersDelight/blob/1.20/src/main/java/vectorwing/farmersdelight/common/crafting/CookingPotRecipe.java#L42

commented

Sure, ill implement this when i can.

commented

thanks !!