Propagate height to ground items

Propagate item layer height to ground items again

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-07-24 18:22:34 +02:00
parent 7831042189
commit 30bf68a23b

View File

@@ -265,6 +265,7 @@ public class GroundItemsPlugin extends Plugin
.quantity(item.getQuantity())
.name(itemComposition.getName())
.haPrice(alchPrice)
.height(tile.getItemLayer().getHeight())
.tradeable(itemComposition.isTradeable())
.build();