You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently started working on MineTweakering my modpack, and used MTRM to ease the process. However I've found that I'm unable to add recipes unless they are each in an individual script in the main directory. I do not know why this is happening and it has never affected me before. I have been working on this for over an hour and I still can't figure out what I'm doing wrong. My file setup, the Recipes Test is to show that it doesn't work put together. If I put the individual files from one of the folders into the main script directory, it all works.
Oddly enough, the removal recipes work even from within a folder.
I believe I found my problem, since scripts are read in alphabetical order, I assume they are executed as such too. Further testing has yielded similar results. As such I am lead to believe that this conundrum was a byproduct of alphabetical scrips loading in a freely labeled script folder.
As a result I have found two solutions an annoying one for us to do, and an annoying one for you to do. The former is one where tweakers are to label their scripts in ways such as "A - xxx" and "B - xxx", whereas the latter is one where you would bring back an option for calling scripts from within another, similar to MT2's old main.cfg file's structure.
I've recently started working on MineTweakering my modpack, and used MTRM to ease the process. However I've found that I'm unable to add recipes unless they are each in an individual script in the main directory. I do not know why this is happening and it has never affected me before. I have been working on this for over an hour and I still can't figure out what I'm doing wrong. My file setup, the Recipes Test is to show that it doesn't work put together. If I put the individual files from one of the folders into the main script directory, it all works.
Oddly enough, the removal recipes work even from within a folder.
My script folder:
https://drive.google.com/file/d/0B8GPmOdcLf_faTFfQXNNQ1V2cEU/view?usp=sharing
The text was updated successfully, but these errors were encountered: