RFTools

RFTools

74M Downloads

[1.7.10] DraconiumOre cannot be quarried because it always returns false for canEntityHarvest

oceth opened this issue ยท 5 comments

commented

DraconiumOre cannot be harvested by the Builder because it always returns false for canEntityHarvest. I'm not sure if this is a bug in RFTools for checking this method or in DraconicEvolution for returning false.

commented

Enable harvesting of tile entities in the rftools config. This is disabled by default for safety reasons.

commented

I have it enabled, still doesn't work. Actually, I meant canEntityDestroy, not canEntityHarvest

commented

Hmm. No clue. In any case, RFTools must call that method. That cannot be prevented. Not sure why it would return false though.

commented

Actually, I now know why, to prevent the dragon destroying the ore:
Draconic-Inc/Draconic-Evolution@b0b063b

I guess it is a bug in DE.