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