Miners collecting cobblestone while it shouldn't
CrossElectronics opened this issue ยท 1 comments
GregTech CEu Version
v2.4.1-beta
Modpack Used
Nomifactory CEu Edition 1.4
Addons Installed
No response
Environment
Singleplayer
New Worlds
Unsure
Cross-Mod Interaction
Unsure
Expected Behavior
Both miners should be able to collect ore blocks and only ore blocks from their respective working area
Actual Behavior
survival, roof of nether: The miner placed down first is working properly while the other is constantly collecting cobblestone. Note that there are no cobblestone / stone in nether. If anything it should be netherrack.
creative, overworld: The miner placed down first is working properly while the other is collecting mostly cobblestone
Steps to Reproduce
- Install two miners close by and power them
- Observe the miners
Additional Information
Is it because the latter miner is trying to mine the block that has already been mined i.e. air cobblestone? Since the miner logic replaces the already mined block with cobble to prevent mob from spawning.
Might be related:
GregTech/src/main/java/gregtech/api/capability/impl/miner/MinerLogic.java
Lines 138 to 146 in d9b92f3
GregTech/src/main/java/gregtech/api/capability/impl/miner/MinerLogic.java
Lines 238 to 249 in d9b92f3