We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093bbb9 commit a4d0d15Copy full SHA for a4d0d15
src/main/java/carpetfixes/CFSettings.java
@@ -1771,8 +1771,8 @@ public class CFSettings {
1771
1772
//By FX - PR0CESS
1773
@Rule(
1774
- desc = "Fixes minecart not bouncing from any transparent block with a full face",
1775
- extra = "[MC-6311](https://bugs.mojang.com/browse/MC-6311) & [MC-171903](https://bugs.mojang.com/browse/MC-171903)",
+ desc = "Fixes detector rails detecting the minecarts to early and causing minecarts to go in the wrong direction",
+ extra = "[MC-868](https://bugs.mojang.com/browse/MC-868)",
1776
category = BUGFIX
1777
)
1778
public static boolean detectorRailDetectsTooEarlyFix = false;
0 commit comments