Railcraft

Railcraft

34M Downloads

Force Tracks are breakable by hand and drop as blocks.

Lightwave413 opened this issue ยท 1 comments

commented

Also, they don't regenerate if broken.

commented

In the current beta, you fixed this by making them indestructible. You still need to make it so Force Tracks cannot drop as blocks, because you can still break them by running water over them. BlockRailBase uses the Circuits material, which is not waterproof, thus anything extending that also has that material and is not waterproof.

This thingy makes it not drop anything when broken. (you prolly already knew that, but I'm adding it for convenience)

@OverRide
public int quantityDropped(Random p_149745_1_)
{
return 0;
}