Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC + Forestry 1.12.2 (can't add bees to DB from ME) #3685

Open
jackyurchiksparrow opened this issue Dec 13, 2023 · 3 comments
Open

OC + Forestry 1.12.2 (can't add bees to DB from ME) #3685

jackyurchiksparrow opened this issue Dec 13, 2023 · 3 comments

Comments

@jackyurchiksparrow
Copy link

jackyurchiksparrow commented Dec 13, 2023

Greetings! First of all, I am extremely thankful for providing the mod for 1.12.2!
I am having issues with adding forestry bees to a database programmatically. I am able to do it manually, but it doesn't work programmatically. I only have one database on computer:
image
In my ME network I have the only item which is the Meadows Queen:
image
Then, I try to add it to the DB (which is the only way to add it to the interface to transfer it to the alveary via the transposer) and get nothing:
image

Please, reach out to me, maybe I am doing something wrong? But it works fine with other items..

P.S. yes, I have disabled all other mods.

@jackyurchiksparrow jackyurchiksparrow changed the title OC + Forestry 1.12.2 OC + Forestry 1.12.2 (can't add bees to DB from ME) Dec 16, 2023
@jackyurchiksparrow
Copy link
Author

jackyurchiksparrow commented Dec 20, 2023

Also, when I try to:

component.me_interface.store(nil, component.database.address, 1, 1)

then it adds the very first item from the ME network. Even if the first item in ME is a bee, it still adds it, but I have no control over it. In previous versions it used to say "wrong parameter №1, expected table, got nil".

@jackyurchiksparrow
Copy link
Author

New update. When I remove the "individual" table from the bee variable, it stores the bee, but I lose all nbt data, which makes no sense then.

bee = component.me_interface.getItemsInNetwork()[1]
bee.individual = nil
component.me_interface.store(bee, component.database.address) -- success, but no nbt, therefore, fail

@zeng-github01
Copy link

This looks to be an issue related to #3530

There is a patch pending, it has not been applied yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants