Conversion Error #149
-
Helo I'm trying to convert some Resource Pack from java to Bedrock RP, it is a Slimefun Resource Pack perhaps bedrock player can get a better icon and item for their Slimefun, bat after doing the convert i did'nt get any output at config.json either geyser-models.json Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
link conversion issue link too please |
Beta Was this translation helpful? Give feedback.
-
This pack is extremely poorly formatted. For some reason, rather than simply omit entries when no model exist, the author has put hundreds of entries in each predicate file that point to "item/raulh22/slimefun/slimefun/none". Because of this, after the config is generated, there are likely thousands of useless entries that the converter must still, nonetheless, attempt to parse. This leads to the converter running up against the limit of arguments for a bash command... Please remove these entries as they really have almost no purpose. |
Beta Was this translation helpful? Give feedback.
This pack is extremely poorly formatted. For some reason, rather than simply omit entries when no model exist, the author has put hundreds of entries in each predicate file that point to "item/raulh22/slimefun/slimefun/none". Because of this, after the config is generated, there are likely thousands of useless entries that the converter must still, nonetheless, attempt to parse. This leads to the converter running up against the limit of arguments for a bash command...
Please remove these entries as they really have almost no purpose.