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

Air in Overweight Farming recipe output #58

Closed ChiefArug closed 11 months ago

ChiefArug commented 11 months ago

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

MarbleGateKeeper commented 11 months ago

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.