Railcraft

Railcraft

34M Downloads

Gated rail and gated one-way rail

CausticBURN opened this issue ยท 5 comments

commented

Don't seem to be connecting to fence like they should.
2014-04-29_17 20 28
2014-04-29_17 35 45

commented

Fixed for 10.0.0

commented

Will require new Forge hooks, the old method broke.

commented

See a screenshot:
2014-11-18_21 26 20

Railcraft Posts can connect but vanilla fences can't? So use the method of Posts to replace the
Railcraft / src / main / java / mods / railcraft / common / blocks / tracks / BlockFenceReplacement.java
I think it may help a lot.

commented

I can no longer just replace block classes. Hence the reason it's an issue. Someone just needs to add some Forge hooks such as Block.isFence()

commented

The class BlockFenceReplacement is not implemented, I think. But how to implement that to make the @OverRide function properly?