Create Central Kitchen

Create Central Kitchen

7M Downloads

Air in Overweight Farming recipe output

ChiefArug opened this issue ยท 1 comments

commented

Minecraft Version

1.19.2

Describe the Bug

https://github.com/DragonsPlusMinecraft/CreateCentralKitchen/blob/1.19.2/0.5.1-dev/src/generated/resources/datapacks/overweight_farming/data/create_central_kitchen/recipes/emptying/melon_juice.json#L17
There is air in this recipe, which could cause unforseen bugs

Reproduction Steps

Visit this url: https://github.com/DragonsPlusMinecraft/CreateCentralKitchen/blob/1.19.2/0.5.1-dev/src/generated/resources/datapacks/overweight_farming/data/create_central_kitchen/recipes/emptying/melon_juice.json#L17
Look at the airiness

Expected Result

Not to have air as a result... Instead just dont include that in the result array

Screenshots and Videos

No response

Crash Report or Log

No response

Other Mods

Not relevant

Mod Version

Should this field say "incompatibility occurred"? Version is 1.3.8 anyway

Forge Version

43.2.21

commented

Well that's a bug caused by Overweight Farming itself:
The code
It should override craftRemainder but it doesn't.

I'll do a workaround.