Update to Minecraft 1.12-pre2
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b8446f770b
commit
40c8954e17
210 changed files with 2280 additions and 1974 deletions
|
@ -12,7 +12,7 @@
|
|||
public abstract class BlockButtonAbstract extends BlockDirectional {
|
||||
|
||||
public static final BlockStateBoolean POWERED = BlockStateBoolean.of("powered");
|
||||
@@ -123,6 +128,19 @@
|
||||
@@ -126,6 +131,19 @@
|
||||
if (((Boolean) iblockdata.get(BlockButtonAbstract.POWERED)).booleanValue()) {
|
||||
return true;
|
||||
} else {
|
||||
|
@ -32,7 +32,7 @@
|
|||
world.setTypeAndData(blockposition, iblockdata.set(BlockButtonAbstract.POWERED, Boolean.valueOf(true)), 3);
|
||||
world.b(blockposition, blockposition);
|
||||
this.a(entityhuman, world, blockposition);
|
||||
@@ -164,6 +182,16 @@
|
||||
@@ -167,6 +185,16 @@
|
||||
if (this.I) {
|
||||
this.d(iblockdata, world, blockposition);
|
||||
} else {
|
||||
|
@ -49,7 +49,7 @@
|
|||
world.setTypeUpdate(blockposition, iblockdata.set(BlockButtonAbstract.POWERED, Boolean.valueOf(false)));
|
||||
this.c(world, blockposition, (EnumDirection) iblockdata.get(BlockButtonAbstract.FACING));
|
||||
this.b(world, blockposition);
|
||||
@@ -189,7 +217,41 @@
|
||||
@@ -192,7 +220,41 @@
|
||||
boolean flag = !list.isEmpty();
|
||||
boolean flag1 = ((Boolean) iblockdata.get(BlockButtonAbstract.POWERED)).booleanValue();
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
|||
world.setTypeUpdate(blockposition, iblockdata.set(BlockButtonAbstract.POWERED, Boolean.valueOf(true)));
|
||||
this.c(world, blockposition, (EnumDirection) iblockdata.get(BlockButtonAbstract.FACING));
|
||||
world.b(blockposition, blockposition);
|
||||
@@ -197,6 +259,16 @@
|
||||
@@ -200,6 +262,16 @@
|
||||
}
|
||||
|
||||
if (!flag && flag1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue