mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-02 05:13:51 -07:00
Update for 1.0.0
This commit is contained in:
@@ -12,7 +12,7 @@ public class BlockMinecartDetector extends BlockMinecartTrack {
|
||||
this.a(true);
|
||||
}
|
||||
|
||||
public int c() {
|
||||
public int d() {
|
||||
return 20;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ public class BlockMinecartDetector extends BlockMinecartTrack {
|
||||
}
|
||||
|
||||
if (flag1) {
|
||||
world.c(i, j, k, this.id, this.c());
|
||||
world.c(i, j, k, this.id, this.d());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user