Fix creative picking a CommandBlock minecart returning wrong item. Closes #1523
This commit is contained in:
parent
0edeb1e04b
commit
b9c2968c0e
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
|||
+ {
|
||||
+ return new ItemStack(Items.field_151140_bW);
|
||||
+ }
|
||||
+ else if (this instanceof EntityMinecartHopper)
|
||||
+ else if (this instanceof EntityMinecartCommandBlock)
|
||||
+ {
|
||||
+ return new ItemStack(Items.field_151095_cc);
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue