SPIGOT-2822: Droppers are droppers
This commit is contained in:
parent
a64b99c95a
commit
b5b0a97d44
@ -265,7 +265,7 @@ public class CraftMetaBlockState extends CraftMetaItem implements BlockStateMeta
|
|||||||
return new CraftDispenser(material, (TileEntityDispenser) te);
|
return new CraftDispenser(material, (TileEntityDispenser) te);
|
||||||
case DROPPER:
|
case DROPPER:
|
||||||
if (te == null) {
|
if (te == null) {
|
||||||
te = new TileEntityDispenser();
|
te = new TileEntityDropper();
|
||||||
}
|
}
|
||||||
return new CraftDropper(material, (TileEntityDropper) te);
|
return new CraftDropper(material, (TileEntityDropper) te);
|
||||||
case END_GATEWAY:
|
case END_GATEWAY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user