Recipes for alloy smelting don't works
Emalios opened this issue ยท 7 comments
Versions
- KubeJs: 2.7.1.3
- MixinBootstrap: 1.0.3
- Silent's Mechanisms: 0.7.6
- Silent Lib: 4.6.4
- Forge: 31.2.5
- Modpack: N/A
Expected Behavior
- That recipes in silentm/data/recipes/alloy_smelting works
Actual Behavior
- Recipes in silentm/data/recipes/alloy_smelting don't works
Links/Images
- Recipe list of the alloy smelter : https://drive.google.com/file/d/1VxIclmEx8Ve6Wfa_j-v1KlV-fzMj1ivT/view?usp=sharing
- Recipes in data : https://drive.google.com/drive/folders/1uRAe84_gj2_WN7mMblpCRDX-JzoimGqC?usp=sharing
Steps to Reproduce the Problem
- Install kubejs and mixinbootstrap
- Just look the craft list of alloy smelter
Probably nothing I can do if the issue only occurs with another mod installed. Please provide a log file.
Here the latest.log : https://drive.google.com/file/d/1Tgd73klO8uhaYLsconbFtVjXVNSv01tL/view?usp=sharing
Looks like this needs to be reported to KubeJS. Not sure how that mod works, but it seems like something is intercepting recipes and failing on certain types. I also see errors for Silent Gear recipes in your log. First error is on line 475.
I have find the bug thanks to a friend, in your json recipes, there is a "value": [] to have an array of items but to have an items array you have to write "values" : []
No, it will read the property with either value
or values
. The alloy smelter recipes in the latest version were created by a data generator. They contain no errors and load correctly without KubeJS installed.
Yes, but here :
You forgot to check if there are more than one ingredients right ?