@@ -7,8 +7,8 @@
|
||||
+
|
||||
public class BlockLever extends BlockAttachable {
|
||||
|
||||
public static final BlockStateBoolean POWERED = BlockProperties.t;
|
||||
@@ -66,6 +68,20 @@
|
||||
public static final BlockStateBoolean POWERED = BlockProperties.w;
|
||||
@@ -64,6 +66,20 @@
|
||||
|
||||
return true;
|
||||
} else {
|
||||
@@ -27,5 +27,5 @@
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
world.setTypeAndData(blockposition, iblockdata, 3);
|
||||
float f3 = flag ? 0.6F : 0.5F;
|
||||
float f = flag ? 0.6F : 0.5F;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user