Merge pull request #4482 from deathbeam/fix-ground-items

Propagate height to ground items
This commit is contained in:
Adam
2018-07-25 14:37:11 -04:00
committed by GitHub

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();