mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Update for Minecraft 1.8
This commit is contained in:
@@ -46,9 +46,9 @@ public class BlockRedstoneTorch extends BlockTorch {
|
||||
return 2;
|
||||
}
|
||||
|
||||
public void c(World world, int i, int j, int k) {
|
||||
public void a(World world, int i, int j, int k) {
|
||||
if (world.getData(i, j, k) == 0) {
|
||||
super.c(world, i, j, k);
|
||||
super.a(world, i, j, k);
|
||||
}
|
||||
|
||||
if (this.isOn) {
|
||||
|
Reference in New Issue
Block a user