GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
193 stars 56 forks source link

[BUG] Recipe's should use `cookingtime` and not `cookingTime` #498

Open LLytho opened 1 year ago

LLytho commented 1 year ago

Description: Industrial Revolution is using cookingTime for their smelting and blasting recipes. The vanilla recipe serialisier only checks for cookingtime. This results into, that the cooking time get's ignored. One example json: https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/resources/data/indrev/recipes/blasting/bronze_ingot_from_smelting.json

Technical Information: