-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Environment:
N/A
For a while now minecraft has let players set custom display blocks (not just hopper, tnt and furnaces) in minecarts using NBTEdit or MCEdit, etc... This was possible to do from a plugin in craftbukkit 1.7 using NMS code; but should be trivial to implement as part of the API. There should be:
minecart.setDisplayBlock(...)
minecart.getDisplayBlock() (returning item stack probably)
minecart.clearDisplayBlock()
Thank you