Issue: Rock Crystal Ore and Refined Storage destructors
nitrous24 opened this issue ยท 2 comments
Cross-posting this from Sevtech issue tracker: DarkPacks/SevTech-Ages#2481
Issue / Bug
Rock Crystal Ore cannot be automated by the refined storage destructors. The block places fine with the constructor, but when broken by the destructor no rock crystals show up in the refined storage system. And unlike with other block breaker solutions this doesn't seem like a staging issue because not even cobblestone drops.
Expected Behavior
I would expect, like the rest of the ores i had automated rock crystal ore would have dropped rock crystals when broken by the destructors.
Possible Solution
Steps to Reproduce (for bugs)
- Have a refined storage system.
- Set up a rock crystal ore in front of a destructor.
Context
I set up an ore system where all my ores that can be auto-broken are. I use this for Diamond, Emerald, Nether Quartz, Coal, Sulfur, Dimensional Shard, Lapis, Redstone and Rock Crystal Ore. All of the ores except the rock crystal ore act as expected and drop their drops. However, when placing a rock crystal ore, nothing is dropped. I also tried this with the auto breaker from actually additions and (as i thought would happen since it's a fake player likely in stage 0) it only dropped cobblestone.
Logs
There is nothing in the logs that i could find about this. I assume it is an issue with astral sorcery however the destructors break blocks.
Client Information
- Modpack Version: 3.0.7
- Java Version: 1.8.0_161
- Launcher Used: Twitch
- Memory Allocated: 8192
- Server/LAN/Single Player: Server (LAN)
- Resourcepack Enabled?: No
- Optifine Installed?: No
Server Information
- Java Version: 1.8.0_161
- Operating System: Windows 10
- Hoster/Hosting Soultion: I just host it myself on my network
- Sponge (Non-Vanilla Forge) Server?: no
- Additional Content Installed?:
Man, I feel really bad about this, because this is the nicest GitHub ticket we've ever gotten. Thank you for the information and the layout without having to ask for it repeatedly.
But...
This is working as intended. Rock Crystal Ore is coded to not be really automatable. Fake Players won't normally drop the crystals when mining it, nor will other methods of quarrying, etc.
The Destructor thing not even dropping a cobblestone sounds a little odd, though, and I would recommend looking into that with that mod a little more to see what they do to mine it.
Sorry :(