BuildCraft|Core

BuildCraft|Core

7M Downloads

railcraft residual heat quarry

vicky5124 opened this issue ยท 11 comments

commented

the bc quarry try to dig/mine the residual heat block generated by the player to detect where it is.

the quarry basicly (if you enter in the area to mine) stop work and i need to delate the residual heat with mcedit ):

fix it

commented

I believe that doesn't happen anymore.

commented

FIXED

commented

No please? But alright, I'll look into it.

commented

Disable residual heat in Railcraft?

Sent from my Windows Phone


From: nitsuga5124mailto:[email protected]
Sent: โ€Ž3/โ€Ž20/โ€Ž2015 6:45 AM
To: BuildCraft/BuildCraftmailto:[email protected]
Subject: [BuildCraft] railcraft residual heat quarry (#2572)

the bc quarry try to dig/mine the residual heat block generated by the player to detect where it is.

the quarry basicly (if you enter in the area to mine) stop work and i need to delate the residual heat with mcedit ):

fix it


Reply to this email directly or view it on GitHub:
#2572

commented

The solution is probably to make quarry skip if Block#isAir but this would only work if RC overrides this method or uses air material.

commented

What version of BC are you using @nitsuga5124 ?

commented

isAir was created because of rf residual heat.

commented

bc 6.4.3 with railcraft 9.4.0.0 (residual heat desabled still unworking)

commented

isAir is a vanilla method. Every mod should use it.

commented

@ganymedes01 Except we do.

Huh.

commented

Strange then, maybe rc residual heat blocks don't override it?