Update PackedGlassTile.cpp

This commit is contained in:
DeadVoxelx
2026-05-10 08:20:11 -04:00
committed by GitHub
parent 4ebd68c3b5
commit e30f3c4d1e

View File

@@ -13,7 +13,7 @@ int PackedGlassTile::getResourceCount(Random *random)
shared_ptr<ItemInstance> PackedGlassTile::getSilkTouchItemInstance(int data)
{
return shared_ptr<ItemInstance>(new ItemInstance(Tile::blueIce));
return shared_ptr<ItemInstance>(new ItemInstance(Tile::packedGlass));
}
int PackedGlassTile::getColor(LevelSource *level, int x, int y, int z)