Fix flexible rails, Closes #944
This commit is contained in:
parent
b93217397c
commit
612a8a71b0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
+ */
|
||||
+ public boolean isFlexibleRail(IBlockAccess world, int y, int x, int z)
|
||||
+ {
|
||||
+ return !func_150050_e();
|
||||
+ return func_150050_e();
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
|
|
Loading…
Reference in a new issue