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())
|
||||
.name(itemComposition.getName())
|
||||
.haPrice(alchPrice)
|
||||
.height(tile.getItemLayer().getHeight())
|
||||
.tradeable(itemComposition.isTradeable())
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user