diff --git a/Content/Items/Placeable/ChlorophyteAnvil.cs b/Content/Items/Placeable/ChlorophyteAnvil.cs index caa5d36..70ad891 100644 --- a/Content/Items/Placeable/ChlorophyteAnvil.cs +++ b/Content/Items/Placeable/ChlorophyteAnvil.cs @@ -13,9 +13,9 @@ namespace Decimation.Content.Items.Placeable protected override void InitPlaceable() { - item.width = 20; - item.height = 20; - this.item.maxStack = 1; + item.width = 32; + item.height = 18; + item.maxStack = 1; } protected override ModRecipe GetRecipe() diff --git a/Content/Items/Placeable/ChlorophyteAnvil.png b/Content/Items/Placeable/ChlorophyteAnvil.png index c6dd7a2..866a657 100644 Binary files a/Content/Items/Placeable/ChlorophyteAnvil.png and b/Content/Items/Placeable/ChlorophyteAnvil.png differ diff --git a/Content/Tiles/ChlorophyteAnvil.png b/Content/Tiles/ChlorophyteAnvil.png index 776b9e0..d0181aa 100644 Binary files a/Content/Tiles/ChlorophyteAnvil.png and b/Content/Tiles/ChlorophyteAnvil.png differ