Posted October 17, 20204 yr So I am a bit confused, IModelRegister used to be able to do this, now that it is gone, is there any work-around to it? I am trying to use only 1 JSON file for all my (non-metadata) items, can someone give me hints on how to do that? EDIT : Version 1.16.3 by the way Edited October 17, 20204 yr by MostafaSabry55
October 17, 20204 yr Split it into multiple files. There should almost never be a reason to change different items using the same JSON file unless your item has dynamic storage that changes it's outlook. This would most likely be done via some kind of ItemOverrideList if you were to ignore my recommendation.
October 17, 20204 yr Author I will do that then, but, how do I dynamically generate tons of JSON files? I have got like 50 items that need to be done, and they'll increase as other mods arise fyi, it's a gears, plates and rods mod, it adds alot of those, so I need an easy way to do that!
October 17, 20204 yr 34 minutes ago, MostafaSabry55 said: I will do that then, but, how do I dynamically generate tons of JSON files? That's what a data generator is for. Instead of doing it all by hand, you just write an algorithm that makes it for you.
October 17, 20204 yr Author Gotcha, looked at the docs and a McJty tutorial and it seems easier than it looks! thank you
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.