liplum / MultiCrafterLib

A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.
https://liplum.github.io/MultiCrafterLib/
GNU General Public License v3.0
47 stars 10 forks source link

Parser issues #35

Closed JojoFR1 closed 8 months ago

JojoFR1 commented 9 months ago

When implementing the parser with support for payloads multiple issue occurred.

The items, fluids and now payloads are not correctly parsed and are not showing or is making the recipe empty even though the syntax should be correct. Power and heat is correctly shown and produced for most recipes. Multiple of the values are empty when logged.

Steps to reproduce:

JojoFR1 commented 8 months ago

Fixed.