Merge pull request #4482 from deathbeam/fix-ground-items
Propagate height to ground items
This commit is contained in:
@@ -265,6 +265,7 @@ public class GroundItemsPlugin extends Plugin
|
|||||||
.quantity(item.getQuantity())
|
.quantity(item.getQuantity())
|
||||||
.name(itemComposition.getName())
|
.name(itemComposition.getName())
|
||||||
.haPrice(alchPrice)
|
.haPrice(alchPrice)
|
||||||
|
.height(tile.getItemLayer().getHeight())
|
||||||
.tradeable(itemComposition.isTradeable())
|
.tradeable(itemComposition.isTradeable())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user