-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Bug]: Apothic Spawners, ExtendedAE, & AE incompatibility? #1891
Comments
I think this is because "minecraft:spawner" isn't actually a tag, but an Item ID. A tag would be something like "c:ores" You should be able to get the result you want with a fuzzy card and a normal storage bus |
Even with that, it doesn't explain why the mod storage bus set to apothic_spawners also doesn't work. All of those spawners are part of that mod and it should move them without exception, but it does not. So, there is still something going on. |
Are you sure they don’t count as Minecraft items? |
Apothic Spawners is listed on the tooltip as the spawners mod. It would be the first time I've ever seen such a thing if so. I'm honestly not even sure how one could mod it to claim the item as part of the mod and yet, at the same, not. EDIT: EDIT 2: |
Possible Fixes
Yes
Modpack Version
2.18
What happened?
Not sure if this is a bug, something known about, or just some incompatibility between these two/three mods but, if you attempt to store the spawners from Apothic Spawners into a different container outside of AE2, AE2 no longer sees them. It also can't export them either.
For example. I've had a chest with a mod storage bus from ExtendedAE on it for a while and after going through a pyramid, my AE system got full of spawners. This was when I first noticed the issue because the mod storage bus was set to export ALL of the apotheosis based mods, including apothic spawners. I just didn't pay attention to the fact that it was exporting everything BUT the spawners as I didn't have very many of them beforehand.
Based on this, I assumed, maybe it was still considered a minecraft spawner and tried a separate chest with a tag storage bus set to whitelist minecraft:spawner. Unfortunately, same thing. It neither sees the spawners in the storage chest nor will it export them to it.
The system sees them just fine when stored directly inside of the ae2 system, but I am trying to keep these single stack items out of it. Since there are no logs regarding this issue, I am going to include a bunch of images to show what is going on.
Tag Storage Bus settings.
Spawner Chest.
Shows none of the spawners are appearing in the AE system.
Picking out a spawner I only have one of.
Dropping said spawner into AE system. Spawner can now be seen within AE2.
Said spawner now no longer exists in chest as it was not exported to it by system.
latest.log
No response
Developer reports
No response
The text was updated successfully, but these errors were encountered: