I have been working on controlling an AE2 export bus with OC. After much trial and error, google searches, and pure frustration I have got a simple setup working.
Once I figured out the use of databases and how they tie into the export bus functions, things became easier. I have found one problem that I can't seem to overcome though. Nether ores use the same name for many of the blocks which is causing my script to fail. I'm guessing they store the different type in NBT data. I noticed you can get a hash of an item from a database, but I cannot find a way to get a hash of the item info I pull from the ME system. Is there anyway to do this?
I'm thinking I may have to compare labels (since they seem to be unique to the item) but I really don't like doing that.
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.
Hello,
I have been working on controlling an AE2 export bus with OC. After much trial and error, google searches, and pure frustration I have got a simple setup working.
Once I figured out the use of databases and how they tie into the export bus functions, things became easier. I have found one problem that I can't seem to overcome though. Nether ores use the same name for many of the blocks which is causing my script to fail. I'm guessing they store the different type in NBT data. I noticed you can get a hash of an item from a database, but I cannot find a way to get a hash of the item info I pull from the ME system. Is there anyway to do this?
I'm thinking I may have to compare labels (since they seem to be unique to the item) but I really don't like doing that.
Thanks.
Link to post
Share on other sites